IVsObjectManager::GetList Method (UInt32, UInt32, IVsLibraryMgr^, array<VSOBSEARCHCRITERIA>^, IVsObjectList^)

 

Method information is not provided. Do not use this method.

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

int GetList(
	unsigned int ListType,
	unsigned int flags,
	IVsLibraryMgr^ pLibMgr,
	array<VSOBSEARCHCRITERIA>^ pobSrch,
	[OutAttribute] IVsObjectList^% pplist
)

Parameters

ListType
Type: System::UInt32

Do not use.

flags
Type: System::UInt32

Do not use.

pLibMgr
Type: Microsoft.VisualStudio.Shell.Interop::IVsLibraryMgr^

Do not use.

pobSrch
Type: array<Microsoft.VisualStudio.Shell.Interop::VSOBSEARCHCRITERIA>^

Do not use.

pplist
Type: Microsoft.VisualStudio.Shell.Interop::IVsObjectList^

Do not use.

Return Value

Type: System::Int32
Return to top
Show: