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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISchemaModelViewerNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace