IVsObjectManager2.GetListAndIndex 方法

查找 IVsObjectList2IVsNavInfo定义符号的索引。

命名空间:  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
)

参数

  • dwFlags
    类型:System.UInt32
    一个值或 _LIB_LISTFLAGS 值的组合。指定一个符号浏览工具,如 类视图对象浏览器

返回值

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

备注

COM 签名

从 vsshell80.idl:

HRESULT GetListAndIndex(
[in] IVsNavInfo * pNavInfo, 
[in] DWORD dwFlags, 
[out] IVsObjectList2 ** ppList, 
[out] ULONG * pIndex
);

.NET Framework 安全性

请参见

参考

IVsObjectManager2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间