Share via


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

'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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsObjectManager Interface

Microsoft.VisualStudio.Shell.Interop Namespace