Método IVsBrowseComponentSet.GetList2 (UInt32, UInt32, VSOBSEARCHCRITERIA2 , IVsObjectList2, IVsObjectList2)
Publicado: abril de 2016
Retorna a lista solicitada de símbolos.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetList2(
uint ListType,
uint flags,
VSOBSEARCHCRITERIA2[] pobSrch,
IVsObjectList2 pExtraListToCombineWith,
out IVsObjectList2 ppIVsObjectList2
)
int GetList2(
unsigned int ListType,
unsigned int flags,
array<VSOBSEARCHCRITERIA2>^ pobSrch,
IVsObjectList2^ pExtraListToCombineWith,
[OutAttribute] IVsObjectList2^% ppIVsObjectList2
)
abstract GetList2 :
ListType:uint32 *
flags:uint32 *
pobSrch:VSOBSEARCHCRITERIA2[] *
pExtraListToCombineWith:IVsObjectList2 *
ppIVsObjectList2:IVsObjectList2 byref -> int
Function GetList2 (
ListType As UInteger,
flags As UInteger,
pobSrch As VSOBSEARCHCRITERIA2(),
pExtraListToCombineWith As IVsObjectList2,
<OutAttribute> ByRef ppIVsObjectList2 As IVsObjectList2
) As Integer
Parâmetros
- ListType
[in] Dentre as _LIB_LISTTYPE2 valores.
- flags
[in] Dentre as _LIB_LISTFLAGS valores.
- pobSrch
[in] A VSOBSEARCHCRITERIA2 que descreve os critérios de pesquisa.
- pExtraListToCombineWith
A IVsSimpleObjectList2 lista de símbolos que faz parte o resultante ppIVsObjectList2 lista.
- ppIVsObjectList2
[out]Retorna um IVsSimpleObjectList2 a lista dos itens solicitados.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell80.idl:
HRESULT GetList2(
[in] LIB_LISTTYPE2 ListType,
[in] LIB_LISTFLAGS Flags,
[in] VSOBSEARCHCRITERIA2 *pobSrch,
[in] IVsObjectList2 * pExtraListToCombineWith,
[out, retval] IVsObjectList2 **ppIVsObjectList2
);
Consulte também
Interface IVsBrowseComponentSet
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo