IVsHelpSystem.ALinkSearch 方法

执行基于运行、标志和上下文的 Alink 搜索。

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

语法

声明
Function ALinkSearch ( _
    pszALink As String, _
    dwFlags As UInteger, _
    dwReserved As UInteger _
) As Integer
int ALinkSearch(
    string pszALink,
    uint dwFlags,
    uint dwReserved
)

参数

  • pszALink
    类型:System.String
    [in] 对包含 ALink 关键字的字符串的指针。
  • dwReserved
    类型:System.UInt32
    [in] 已保留。不要使用。

返回值

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

.NET Framework 安全性

请参见

参考

IVsHelpSystem 接口

Microsoft.VisualStudio.Shell.Interop 命名空间