ISchemaModelViewerNode.Populator-Eigenschaft

Ruft den Auffülldelegaten ab oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Property Populator As ISchemaHierarchyPopulator
    Get
    Set
ISchemaHierarchyPopulator Populator { get; set; }
property ISchemaHierarchyPopulator^ Populator {
    ISchemaHierarchyPopulator^ get ();
    void set (ISchemaHierarchyPopulator^ value);
}
abstract Populator : ISchemaHierarchyPopulator with get, set
function get Populator () : ISchemaHierarchyPopulator
function set Populator (value : ISchemaHierarchyPopulator)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaHierarchyPopulator

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaModelViewerNode Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer-Namespace