Método IVsObjectManager.GetList (UInt32, UInt32, IVsLibraryMgr, VSOBSEARCHCRITERIA , IVsObjectList)
Não há informações de método.Não use esse método.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetList(
uint ListType,
uint flags,
IVsLibraryMgr pLibMgr,
VSOBSEARCHCRITERIA[] pobSrch,
out IVsObjectList pplist
)
int GetList(
unsigned int ListType,
unsigned int flags,
IVsLibraryMgr^ pLibMgr,
array<VSOBSEARCHCRITERIA>^ pobSrch,
[OutAttribute] IVsObjectList^% pplist
)
abstract GetList :
ListType:uint32 *
flags:uint32 *
pLibMgr:IVsLibraryMgr *
pobSrch:VSOBSEARCHCRITERIA[] *
pplist:IVsObjectList byref -> int
Function GetList (
ListType As UInteger,
flags As UInteger,
pLibMgr As IVsLibraryMgr,
pobSrch As VSOBSEARCHCRITERIA(),
<OutAttribute> ByRef pplist As IVsObjectList
) As Integer
Parâmetros
- ListType
Não use.
- flags
Não use.
- pLibMgr
Não use.
- pobSrch
Não use.
- pplist
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsObjectManager
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo