IVsObjectManager2.GetListAndIndex 方法
查找 IVsObjectList2 和 IVsNavInfo定义符号的索引。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Function GetListAndIndex ( _
pNavInfo As IVsNavInfo, _
dwFlags As UInteger, _
<OutAttribute> ByRef ppList As IVsObjectList2, _
<OutAttribute> ByRef pIndex As UInteger _
) As Integer
int GetListAndIndex(
IVsNavInfo pNavInfo,
uint dwFlags,
out IVsObjectList2 ppList,
out uint pIndex
)
参数
- pNavInfo
类型:Microsoft.VisualStudio.Shell.Interop.IVsNavInfo
标识在符号层次结构树的符号 IVsNavInfo 。
- dwFlags
类型:System.UInt32
一个值或 _LIB_LISTFLAGS 值的组合。指定一个符号浏览工具,如 类视图 或 对象浏览器
- ppList
类型:Microsoft.VisualStudio.Shell.Interop.IVsObjectList2%
提供有关符号信息的 IVsObjectList2 。
- pIndex
类型:System.UInt32%
符号的位置在从零开始的 IVsObjectList2 列表。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell80.idl:
HRESULT GetListAndIndex(
[in] IVsNavInfo * pNavInfo,
[in] DWORD dwFlags,
[out] IVsObjectList2 ** ppList,
[out] ULONG * pIndex
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。