IVsComponentSelectorData Interface

Definition

Returns data about a component.

public interface class IVsComponentSelectorData
public interface class IVsComponentSelectorData
__interface IVsComponentSelectorData
[System.Runtime.InteropServices.Guid("45BD8E74-6727-11D3-8600-00C04F6123B3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsComponentSelectorData
[System.Runtime.InteropServices.Guid("45BD8E74-6727-11D3-8600-00C04F6123B3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsComponentSelectorData
[<System.Runtime.InteropServices.Guid("45BD8E74-6727-11D3-8600-00C04F6123B3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsComponentSelectorData = interface
[<System.Runtime.InteropServices.Guid("45BD8E74-6727-11D3-8600-00C04F6123B3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsComponentSelectorData = interface
Public Interface IVsComponentSelectorData
Attributes

Remarks

For more information about component selector data, see VSCOMPONENTSELECTORDATA.

Methods

GetData(VSCOMPONENTSELECTORDATA[])

Returns information about a component in a package.

Applies to