IVsObjectBrowserDescription2 Interface
Visual Studio 2015
Provides descriptive text about an object for the object browser. The environment provides this interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddDescriptionText(String, VSOBDESCRIPTIONSECTION, VSOBJECTINFO[]) | Adds descriptive text for an object browser object. |
![]() | ClearDescriptionText() | Clears the description descriptive text for an object in the browser. |
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 .cccbaa9b-1d34-4e17-82b2-b4670d6f2577
Show:

