IVsComponentSelectorData::GetData Method (array<VSCOMPONENTSELECTORDATA>^)
Visual Studio 2015
Returns information about a component in a package.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pData
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSCOMPONENTSELECTORDATA>^
[out] Pointer to a VSCOMPONENTSELECTORDATA structure containing information about the component.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsComponentSelectorData::GetData( [out] VSCOMPONENTSELECTORDATA* pData );
Show: