IVsObjectManager.GetList Method

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
)
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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsObjectManager Interface

IVsObjectManager Members

Microsoft.VisualStudio.Shell.Interop Namespace