IVsComponentSelectorData.GetData(VSCOMPONENTSELECTORDATA[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);