IVsComponentSelectorData.GetData(VSCOMPONENTSELECTORDATA[]) Method
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);
C++/WinRT
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
- pData
- VSCOMPONENTSELECTORDATA[]
[out] Pointer to a VSCOMPONENTSELECTORDATA structure containing information about the component.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
cpp#
HRESULT IVsComponentSelectorData::GetData(
[out] VSCOMPONENTSELECTORDATA* pData
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |