IVsComponentSelectorData.GetData(VSCOMPONENTSELECTORDATA[]) Method

Definition

Returns information about a component in a package.

C++/WinRT
int GetData(std::Array <Microsoft::VisualStudio::Shell::Interop::VSCOMPONENTSELECTORDATA> const & pData);

Parameters

pData
VSCOMPONENTSELECTORDATA[]

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

Returns

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

Remarks

COM Signature

From vsshell80.idl:

cpp#
HRESULT IVsComponentSelectorData::GetData(  
   [out] VSCOMPONENTSELECTORDATA* pData  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022