共用方式為


ISchemaHierarchyPopulator 介面

介面,適用於會產生結構描述階層節點的類別。 這個介面是由產生器使用。

此 API 不符合 CLS 標準。 

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

語法

'宣告
<CLSCompliantAttribute(False)> _
Public Interface ISchemaHierarchyPopulator
[CLSCompliantAttribute(false)]
public interface ISchemaHierarchyPopulator
[CLSCompliantAttribute(false)]
public interface class ISchemaHierarchyPopulator
[<CLSCompliantAttribute(false)>]
type ISchemaHierarchyPopulator =  interface end
public interface ISchemaHierarchyPopulator

ISchemaHierarchyPopulator 型別會公開下列成員。

方法

  名稱 說明
公用方法 GetContainingTypes 傳回型別的清單,這個填入者可以傳回這些型別做為子系。
公用方法 IsAddSupported 表示是否可以透過內容功能表上的 [加入項目],將所指定型別的節點加入至指定的階層節點。
公用方法 Run 建立子節點。

回頁首

請參閱

參考

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