IVsObjectList2.CanGoToSource 方法

返回指示对给定的导航是否的标志列表项的数据源支持。

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

语法

声明
Function CanGoToSource ( _
    index As UInteger, _
    SrcType As VSOBJGOTOSRCTYPE, _
    <OutAttribute> ByRef pfOK As Integer _
) As Integer
int CanGoToSource(
    uint index,
    VSOBJGOTOSRCTYPE SrcType,
    out int pfOK
)

参数

  • index
    类型:System.UInt32
    [in] 指定列表项的索引相关。
  • pfOK
    类型:System.Int32%
    [out] 导航到指示是否的标志的指针支持。

返回值

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

备注

COM 签名

从 vsshell80.idl:

[C++]

HRESULT IVsObjectList2::CanGoToSource(
   [in] ULONG Index, 
   [in] VSOBJGOTOSRCTYPE SrcType, 
   [out] BOOL *pfOK
);

返回在 pfOK ,如果对指定类型的源的导航 (定义,声明或引用),可以为; 否则为 false 的 true 。 这是任何启用 UI 中 GoToDefinitionGoToDeclarationGoToReference 命令。 大多数语言没有定义中的单独的描述。

.NET Framework 安全性

请参见

参考

IVsObjectList2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间