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
)
参数
- ListType
类型:System.UInt32
[in] 一个 _LIB_LISTTYPE2 值。
- flags
类型:System.UInt32
[in] 一个 _LIB_LISTFLAGS 值。
- pobSrch
类型:array<Microsoft.VisualStudio.Shell.Interop.VSOBSEARCHCRITERIA2[]
[in] 描述搜索条件的 VSOBSEARCHCRITERIA2 。
- pExtraListToCombineWith
类型:Microsoft.VisualStudio.Shell.Interop.IVsObjectList2
IVsSimpleObjectList2 是生成的 ppIVsObjectList2的部分中列出的符号。
- ppIVsObjectList2
类型:Microsoft.VisualStudio.Shell.Interop.IVsObjectList2%
[out]返回 IVsSimpleObjectList2 列表请求项。
返回值
类型: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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。