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;否则,错误,如果要仅显示图像。
备注
如果自定义图像没有为元素中提供,使用默认图像。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。