Share via


IVsComponentSelectorData.GetData(VSCOMPONENTSELECTORDATA[]) Method

Definition

Returns information about a component in a package.

public:
 int GetData(cli::array <Microsoft::VisualStudio::Shell::Interop::VSCOMPONENTSELECTORDATA> ^ pData);
int GetData(std::Array <Microsoft::VisualStudio::Shell::Interop::VSCOMPONENTSELECTORDATA> const & pData);
public int GetData (Microsoft.VisualStudio.Shell.Interop.VSCOMPONENTSELECTORDATA[] pData);
abstract member GetData : Microsoft.VisualStudio.Shell.Interop.VSCOMPONENTSELECTORDATA[] -> int
Public Function GetData (pData As VSCOMPONENTSELECTORDATA()) As Integer

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:

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

Applies to