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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")]
public interface IVsObjectBrowserDescription2

NameDescription
System_CAPS_pubmethodAddDescriptionText(String, VSOBDESCRIPTIONSECTION, VSOBJECTINFO[])

Adds descriptive text for an object browser object.

System_CAPS_pubmethodClearDescriptionText()

Clears the description descriptive text for an object in the browser.

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

System_CAPS_noteNote

The IVsObjectBrowserDescription3 interface replaces this interface. FillDescription2 replaces FillDescription.

For example code using the interface, see the code for .cccbaa9b-1d34-4e17-82b2-b4670d6f2577

Return to top
Show: