IVsSimpleBrowseComponentSet::GetList2 Method (UInt32, UInt32, array<VSOBSEARCHCRITERIA2>^, IVsObjectList2^, IVsObjectList2^)

 

Returns the requested list of symbols.

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

int GetList2(
	unsigned int ListType,
	unsigned int flags,
	array<VSOBSEARCHCRITERIA2>^ pobSrch,
	IVsObjectList2^ pExtraListToCombineWith,
	[OutAttribute] IVsObjectList2^% ppIVsObjectList2
)

Parameters

ListType
Type: System::UInt32

[in] One of the _LIB_LISTTYPE2 values.

flags
Type: System::UInt32

[in] One of the _LIB_LISTFLAGS values.

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

[in] A VSOBSEARCHCRITERIA2 that describes the search criteria.

pExtraListToCombineWith
Type: Microsoft.VisualStudio.Shell.Interop::IVsObjectList2^

A IVsSimpleObjectList2 list of symbols that is a part of the resulting ppIVsObjectList2 list.

ppIVsObjectList2
Type: Microsoft.VisualStudio.Shell.Interop::IVsObjectList2^

[out]Returns a IVsSimpleObjectList2 list of requested items.

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 GetList2(
[in] LIB_LISTTYPE2 ListType,
[in] LIB_LISTFLAGS Flags, 
[in] VSOBSEARCHCRITERIA2 *pobSrch, 
[in] IVsObjectList2 * pExtraListToCombineWith, 
[out, retval] IVsObjectList2 **ppIVsObjectList2
);
Return to top
Show: