Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Method information is not provided. Do not use this method.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function GetList ( _
ListType As UInteger, _
flags As UInteger, _
pLibMgr As IVsLibraryMgr, _
pobSrch As VSOBSEARCHCRITERIA(), _
<OutAttribute> ByRef pplist As IVsObjectList _
) As Integer
int GetList(
uint ListType,
uint flags,
IVsLibraryMgr pLibMgr,
VSOBSEARCHCRITERIA[] pobSrch,
out IVsObjectList pplist
)
int GetList(
[InAttribute] unsigned int ListType,
[InAttribute] unsigned int flags,
[InAttribute] IVsLibraryMgr^ pLibMgr,
[InAttribute] array<VSOBSEARCHCRITERIA>^ pobSrch,
[OutAttribute] IVsObjectList^% pplist
)
abstract GetList :
ListType:uint32 *
flags:uint32 *
pLibMgr:IVsLibraryMgr *
pobSrch:VSOBSEARCHCRITERIA[] *
pplist:IVsObjectList byref -> int
function GetList(
ListType : uint,
flags : uint,
pLibMgr : IVsLibraryMgr,
pobSrch : VSOBSEARCHCRITERIA[],
pplist : IVsObjectList
) : int
Parameters
ListType
Type: UInt32Do not use.
flags
Type: UInt32Do not use.
pLibMgr
Type: Microsoft.VisualStudio.Shell.Interop.IVsLibraryMgrDo not use.
pobSrch
Type: array<Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA[]Do not use.
pplist
Type: Microsoft.VisualStudio.Shell.Interop.IVsObjectList%Do not use.
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.