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)

Syntax

'Declaration
<GuidAttribute("2BCD7A6A-D251-4286-9A61-BDEDDE91114F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsObjectBrowserDescription3
[GuidAttribute("2BCD7A6A-D251-4286-9A61-BDEDDE91114F")]
[InterfaceTypeAttribute()]
public interface IVsObjectBrowserDescription3
[GuidAttribute(L"2BCD7A6A-D251-4286-9A61-BDEDDE91114F")]
[InterfaceTypeAttribute()]
public interface class IVsObjectBrowserDescription3
[<GuidAttribute("2BCD7A6A-D251-4286-9A61-BDEDDE91114F")>]
[<InterfaceTypeAttribute()>]
type IVsObjectBrowserDescription3 =  interface end
public interface IVsObjectBrowserDescription3

The IVsObjectBrowserDescription3 type exposes the following members.

Methods

  Name Description
Public method AddDescriptionText3 Adds elements of description text to the Object Browser.
Public method ClearDescriptionText Clears the Object Browser description text.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace