ISchemaModelViewerNode.Populator Property

Gets or sets the populator delegate.

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

Property Value

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

.NET Framework Security

See Also

Reference

ISchemaModelViewerNode Interface

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