Condividi tramite


Classe ModelDocumentTreeManager

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Gestore per le strutture ad albero dei documenti modello.

Spazio dei nomi:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Sintassi

Public Class ModelDocumentTreeManager _
    Inherits DocumentTreeManager _
    Implements IServiceProvider

Dim instance As ModelDocumentTreeManager
public class ModelDocumentTreeManager : DocumentTreeManager, 
    IServiceProvider
public ref class ModelDocumentTreeManager : public DocumentTreeManager, 
    IServiceProvider
public class ModelDocumentTreeManager extends DocumentTreeManager implements IServiceProvider

Note

Il metodo Load deve essere chiamato prima che i relativi servizi siano disponibili.

Gerarchia di ereditarietà

System.Object
  Microsoft.Windows.Design.Documents.Trees.DocumentTreeManager
    Microsoft.Windows.Design.Documents.Trees.ModelDocumentTreeManager

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Membri ModelDocumentTreeManager

Spazio dei nomi Microsoft.Windows.Design.Documents.Trees

Altre risorse

Estensibilità di Progettazione WPF