IVsObjectBrowserDescription2 Interface
Provides descriptive text about an object for the object browser. The environment provides this interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
<InterfaceTypeAttribute()> _
<GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")> _
Public Interface IVsObjectBrowserDescription2
Dim instance As IVsObjectBrowserDescription2
[InterfaceTypeAttribute()]
[GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")]
public interface IVsObjectBrowserDescription2
[InterfaceTypeAttribute()]
[GuidAttribute(L"0587FED2-8072-401F-9090-BCA98C44BBF7")]
public interface class IVsObjectBrowserDescription2
public interface IVsObjectBrowserDescription2
Remarks
The FillDescription method of the IVsObjectList interface takes this interface as an argument.
Notes
The IVsObjectBrowserDescription3 interface replaces this interface. FillDescription2 replaces FillDescription.
For example code using the interface, see the code for My C Package Sample.