IVsComponentSelectorData Interface
Returns data about a component.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("45BD8E74-6727-11D3-8600-00C04F6123B3")> _
<InterfaceTypeAttribute()> _
Public Interface IVsComponentSelectorData
[GuidAttribute("45BD8E74-6727-11D3-8600-00C04F6123B3")]
[InterfaceTypeAttribute()]
public interface IVsComponentSelectorData
[GuidAttribute(L"45BD8E74-6727-11D3-8600-00C04F6123B3")]
[InterfaceTypeAttribute()]
public interface class IVsComponentSelectorData
[<GuidAttribute("45BD8E74-6727-11D3-8600-00C04F6123B3")>]
[<InterfaceTypeAttribute()>]
type IVsComponentSelectorData = interface end
public interface IVsComponentSelectorData
The IVsComponentSelectorData type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetData | Returns information about a component in a package. |
Top
Remarks
For more information about component selector data, see VSCOMPONENTSELECTORDATA.