IVsObjectBrowserDescription2 接口
为对象浏览器提供有关对象的描述性文本。 该环境提供此接口。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")> _
Public Interface IVsObjectBrowserDescription2
[InterfaceTypeAttribute()]
[GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")]
public interface IVsObjectBrowserDescription2
IVsObjectBrowserDescription2 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
AddDescriptionText | 添加对象浏览器对象的描述性文本。 | |
ClearDescriptionText | 清除一对象的声明描述性文本。浏览器。 |
页首
备注
IVsObjectList 接口的 FillDescription 方法采用此接口作为参数。
备注
IVsObjectBrowserDescription3 接口替换此接口。FillDescription2 替换 FillDescription。
例如使用接口的代码,为 My C Package Sample参见代码。