IVsBrowseContainersList::GetContainerData Method (UInt32, array<VSCOMPONENTSELECTORDATA>^)
Visual Studio 2015
Provides data about a component found using FindContainer.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- ulIndex
-
Type:
System::UInt32
[in] Index of the container returned by FindContainer.
- pData
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSCOMPONENTSELECTORDATA>^
[out] A VSCOMPONENTSELECTORDATA structure describing 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 IVsBrowseContainersList::GetContainerData(
[in] ULONG ulIndex,
[out] VSCOMPONENTSELECTORDATA * pData
);
Show: