IVsObjectBrowserDescription3 Interface
Visual Studio 2015
Provides a means for entering Object Browser description text.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddDescriptionText3(String, VSOBDESCRIPTIONSECTION, IVsNavInfo) | Adds elements of description text to the Object Browser. |
![]() | ClearDescriptionText() | Clears the Object Browser description text. |
When an object is selected in the Object Browser, a description of the object appears in the lower pane (Description Pane) of the window. The description text is built through a series of calls to AddDescriptionText3. The environment will call FillDescription for the item of interest. The call passes in an IVsObjectBrowserDescription3 interface. This is similar to an IStream interface in that you repeatedly call IVsObjectBrowserDescription3 to write your description as a series of elements. The elements are identified with the VSOBDESCRIPTIONSECTION enumeration.
Show:
