Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.UInt32Do not use.
flags
Type: System.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: System.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.