IVsObjectBrowserDescription2 Interface

Definition

Provides descriptive text about an object for the object browser. The environment provides this interface.

public interface class IVsObjectBrowserDescription2
public interface class IVsObjectBrowserDescription2
__interface IVsObjectBrowserDescription2
[System.Runtime.InteropServices.Guid("0587FED2-8072-401F-9090-BCA98C44BBF7")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsObjectBrowserDescription2
[System.Runtime.InteropServices.Guid("0587FED2-8072-401F-9090-BCA98C44BBF7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsObjectBrowserDescription2
[<System.Runtime.InteropServices.Guid("0587FED2-8072-401F-9090-BCA98C44BBF7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsObjectBrowserDescription2 = interface
[<System.Runtime.InteropServices.Guid("0587FED2-8072-401F-9090-BCA98C44BBF7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsObjectBrowserDescription2 = interface
Public Interface IVsObjectBrowserDescription2
Attributes

Remarks

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 My C Package Sample.

Methods

AddDescriptionText(String, VSOBDESCRIPTIONSECTION, VSOBJECTINFO[])

Adds descriptive text for an object browser object.

ClearDescriptionText()

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

Applies to