IVsCombinedBrowseComponentSet.GetList2(UInt32, UInt32, VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a lista de símbolos solicitada.
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
Parâmetros
- ListType
- UInt32
no Um dos _LIB_LISTTYPE2 valores.
- flags
- UInt32
no Um dos _LIB_LISTFLAGS valores.
- pobSrch
- VSOBSEARCHCRITERIA2[]
no Um VSOBSEARCHCRITERIA2 que descreve os critérios de pesquisa.
- pExtraListToCombineWith
- IVsObjectList2
Uma IVsSimpleObjectList2 lista de símbolos que faz parte da ppIVsObjectList2 lista resultante.
- ppIVsObjectList2
- IVsObjectList2
fora Retorna uma IVsSimpleObjectList2 lista de itens solicitados.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Implementações
Comentários
Assinatura COM
De vsshell80. idl:
HRESULT GetList2(
[in] LIB_LISTTYPE2 ListType,
[in] LIB_LISTFLAGS Flags,
[in] VSOBSEARCHCRITERIA2 *pobSrch,
[in] IVsObjectList2 * pExtraListToCombineWith,
[out, retval] IVsObjectList2 **ppIVsObjectList2
);