IVsBrowseComponentSet.GetList2 方法

返回请求的列表符号。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
Function GetList2 ( _
    ListType As UInteger, _
    flags As UInteger, _
    pobSrch As VSOBSEARCHCRITERIA2(), _
    pExtraListToCombineWith As IVsObjectList2, _
    <OutAttribute> ByRef ppIVsObjectList2 As IVsObjectList2 _
) As Integer
int GetList2(
    uint ListType,
    uint flags,
    VSOBSEARCHCRITERIA2[] pobSrch,
    IVsObjectList2 pExtraListToCombineWith,
    out IVsObjectList2 ppIVsObjectList2
)

参数

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell80.idl:

HRESULT GetList2(
[in] LIB_LISTTYPE2 ListType,
[in] LIB_LISTFLAGS Flags, 
[in] VSOBSEARCHCRITERIA2 *pobSrch, 
[in] IVsObjectList2 * pExtraListToCombineWith, 
[out, retval] IVsObjectList2 **ppIVsObjectList2
);

.NET Framework 安全性

请参见

参考

IVsBrowseComponentSet 接口

Microsoft.VisualStudio.Shell.Interop 命名空间