IVsObjectManager.GetList – metoda (UInt32, UInt32, IVsLibraryMgr, VSOBSEARCHCRITERIA , IVsObjectList)
Informace o metodě není k dispozici.Nepoužívejte tuto metodu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
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
Parametry
- ListType
Nepoužívejte.
- flags
Nepoužívejte.
- pLibMgr
Nepoužívejte.
- pobSrch
Nepoužívejte.
- pplist
Nepoužívejte.
Vrácená hodnota
Type: System.Int32
Viz také
IVsObjectManager – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek