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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")> _
Public Interface IVsObjectBrowserDescription2
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0587FED2-8072-401F-9090-BCA98C44BBF7")>]
type IVsObjectBrowserDescription2 = interface end
public interface IVsObjectBrowserDescription2
Remarks
The FillDescription method of the IVsObjectList interface takes this interface as an argument.
Nota
The IVsObjectBrowserDescription3 interface replaces this interface. FillDescription2 replaces FillDescription.
For example code using the interface, see the code for My C Package Sample.