ISchemaModelViewerNode.Populator 属性

获取或设置填充器委托。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

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

属性值

类型:Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaHierarchyPopulator

.NET Framework 安全性

请参见

参考

ISchemaModelViewerNode 接口

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间