共用方式為


ModelExplorerTreeContainer.AddExplorerNodeCustomSetting 方法

關聯的項目型別,在 [模型總管] 中的影像。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 命名空間