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;否则,错误,如果要仅显示图像。

备注

如果自定义图像没有为元素中提供,使用默认图像。

.NET Framework 安全性

请参见

参考

ModelExplorerTreeContainer 类

Microsoft.VisualStudio.Modeling.Shell 命名空间