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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
ISchemaModelViewerNode Rozhraní
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer – obor názvů