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