IVsBrowseContainersList::GetContainerData Method (UInt32, array<VSCOMPONENTSELECTORDATA>^)

 

Provides data about a component found using FindContainer.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetContainerData(
	unsigned int ulIndex,
	array<VSCOMPONENTSELECTORDATA>^ pData
)

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::Int32

If 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
);
Return to top
Show: