Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the populator delegate.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property Populator As ISchemaHierarchyPopulator
public ISchemaHierarchyPopulator Populator { get; set; }
public:
virtual property ISchemaHierarchyPopulator^ Populator {
ISchemaHierarchyPopulator^ get () sealed;
void set (ISchemaHierarchyPopulator^ value) sealed;
}
abstract Populator : ISchemaHierarchyPopulator with get, set
override Populator : ISchemaHierarchyPopulator with get, set
final function get Populator () : ISchemaHierarchyPopulator
final function set Populator (value : ISchemaHierarchyPopulator)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaHierarchyPopulator
Implements
ISchemaModelViewerNode.Populator
.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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace