Sdílet prostřednictvím


ISchemaModelViewerNode.Populator – vlastnost

Získá nebo nastaví delegáta populator.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISchemaModelViewerNode Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů