共用方式為


SchemaHierarchyBase.Controller 屬性

取得或設定結構描述檢視控制器。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public Property Controller As ISchemaModelViewerController
    Get
    Set
public ISchemaModelViewerController Controller { get; set; }
public:
property ISchemaModelViewerController^ Controller {
    ISchemaModelViewerController^ get ();
    void set (ISchemaModelViewerController^ value);
}
member Controller : ISchemaModelViewerController with get, set
function get Controller () : ISchemaModelViewerController
function set Controller (value : ISchemaModelViewerController)

屬性值

型別:Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController

.NET Framework 安全性

請參閱

參考

SchemaHierarchyBase 類別

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