IVsObjectBrowserDescription2 Interface

Provides descriptive text about an object for the object browser. The environment provides this interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")> _
Public Interface IVsObjectBrowserDescription2
[InterfaceTypeAttribute()]
[GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")]
public interface IVsObjectBrowserDescription2
[InterfaceTypeAttribute()]
[GuidAttribute(L"0587FED2-8072-401F-9090-BCA98C44BBF7")]
public interface class IVsObjectBrowserDescription2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")>]
type IVsObjectBrowserDescription2 =  interface end
public interface IVsObjectBrowserDescription2

The IVsObjectBrowserDescription2 type exposes the following members.

Methods

  Name Description
Public method AddDescriptionText Adds descriptive text for an object browser object.
Public method ClearDescriptionText Clears the description descriptive text for an object in the browser.

Top

Remarks

The FillDescription method of the IVsObjectList interface takes this interface as an argument.

Note

The IVsObjectBrowserDescription3 interface replaces this interface. FillDescription2 replaces FillDescription.

For example code using the interface, see the code for My C Package Sample.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace