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
'宣言
Function GetList ( _
ListType As UInteger, _
flags As UInteger, _
pLibMgr As IVsLibraryMgr, _
pobSrch As VSOBSEARCHCRITERIA(), _
<OutAttribute> ByRef pplist As IVsObjectList _
) As Integer
'使用
Dim instance As IVsObjectManager
Dim ListType As UInteger
Dim flags As UInteger
Dim pLibMgr As IVsLibraryMgr
Dim pobSrch As VSOBSEARCHCRITERIA()
Dim pplist As IVsObjectList
Dim returnValue As Integer
returnValue = instance.GetList(ListType, _
flags, pLibMgr, pobSrch, pplist)
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
)
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: []Do not use.
pplist
Type: Microsoft.VisualStudio.Shell.Interop.IVsObjectList%Do not use.
Return Value
Type: System.Int32
Permissions
- 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.