共用方式為


ModelExplorerTreeContainer.AddExplorerNodeCustomSetting 方法

將影像與 [模型總管] 中的項目型別產生關聯。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Protected Sub AddExplorerNodeCustomSetting ( _
    domainClassId As Guid, _
    treeNodeImage As Image, _
    showDomainClassName As Boolean _
)
protected void AddExplorerNodeCustomSetting(
    Guid domainClassId,
    Image treeNodeImage,
    bool showDomainClassName
)

參數

  • domainClassId
    類型:System.Guid
    指派給項目所屬模型的GUID。
  • showDomainClassName
    類型:System.Boolean
    如果您想要在 [模型總管] 中顯示項目名稱則為 true,如果只要顯示影像則為 false。

備註

如果自訂影像沒有為項目所提供,則使用預設影像。

.NET Framework 安全性

請參閱

參考

ModelExplorerTreeContainer 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間