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。
- treeNodeImage
類型:System.Drawing.Image
要與這個項目搭配使用的影像。
- showDomainClassName
類型:System.Boolean
如果您想要在 [模型總管] 中顯示項目名稱則為 true,如果只要顯示影像則為 false。
備註
如果自訂影像沒有為項目所提供,則使用預設影像。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。