This topic has not yet been rated - Rate this topic

IVsObjectBrowserDescription3 Interface

Provides a means for entering Object Browser description text.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)

[GuidAttribute("2BCD7A6A-D251-4286-9A61-BDEDDE91114F")] 
[InterfaceTypeAttribute(1)] 
public interface IVsObjectBrowserDescription3
/** @attribute GuidAttribute("2BCD7A6A-D251-4286-9A61-BDEDDE91114F") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsObjectBrowserDescription3
GuidAttribute("2BCD7A6A-D251-4286-9A61-BDEDDE91114F") 
InterfaceTypeAttribute(1) 
public interface IVsObjectBrowserDescription3

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ