IVsComponentSelectorData::GetData Method (array<VSCOMPONENTSELECTORDATA>^)

 

Returns information about a component in a package.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetData(
	array<VSCOMPONENTSELECTORDATA>^ pData
)

Parameters

pData
Type: array<Microsoft.VisualStudio.Shell.Interop::VSCOMPONENTSELECTORDATA>^

 [out] Pointer to a VSCOMPONENTSELECTORDATA structure containing information about the component.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

HRESULT IVsComponentSelectorData::GetData(
   [out] VSCOMPONENTSELECTORDATA* pData
);
Return to top
Show: