IVsCombinedBrowseComponentSet.GetList2(UInt32, UInt32, VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2) Метод

Определение

Возвращает запрашиваемый список символов.

public:
 int GetList2(System::UInt32 ListType, System::UInt32 flags, cli::array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA2> ^ pobSrch, Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 ^ pExtraListToCombineWith, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 ^ % ppIVsObjectList2);
int GetList2(unsigned int ListType, unsigned int flags, std::Array <Microsoft::VisualStudio::Shell::Interop::VSOBSEARCHCRITERIA2> const & pobSrch, Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 const & pExtraListToCombineWith, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsObjectList2 const & & ppIVsObjectList2);
public int GetList2 (uint ListType, uint flags, Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] pobSrch, Microsoft.VisualStudio.Shell.Interop.IVsObjectList2 pExtraListToCombineWith, out Microsoft.VisualStudio.Shell.Interop.IVsObjectList2 ppIVsObjectList2);
abstract member GetList2 : uint32 * uint32 * Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[] * Microsoft.VisualStudio.Shell.Interop.IVsObjectList2 * IVsObjectList2 -> int
Public Function GetList2 (ListType As UInteger, flags As UInteger, pobSrch As VSOBSEARCHCRITERIA2(), pExtraListToCombineWith As IVsObjectList2, ByRef ppIVsObjectList2 As IVsObjectList2) As Integer

Параметры

ListType
UInt32

[in] Одно из значений _LIB_LISTTYPE2.

flags
UInt32

[in] Одно из значений _LIB_LISTFLAGS.

pobSrch
VSOBSEARCHCRITERIA2[]

[in] Объект VSOBSEARCHCRITERIA2, описывающий критерии поиска.

pExtraListToCombineWith
IVsObjectList2

IVsSimpleObjectList2Список символов, которые являются частью результирующего ppIVsObjectList2 списка.

ppIVsObjectList2
IVsObjectList2

[out] возвращает список IVsSimpleObjectList2 запрошенных элементов.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Реализации

Комментарии

Подпись COM

Из vsshell80. IDL:

HRESULT GetList2(  
[in] LIB_LISTTYPE2 ListType,  
[in] LIB_LISTFLAGS Flags,   
[in] VSOBSEARCHCRITERIA2 *pobSrch,   
[in] IVsObjectList2 * pExtraListToCombineWith,   
[out, retval] IVsObjectList2 **ppIVsObjectList2  
);  

Применяется к