IErrorInfo.GetHelpFile 方法

有关错误的信息,返回帮助文件的路径。

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

语法

声明
Function GetHelpFile ( _
    <OutAttribute> ByRef pBstrHelpFile As String _
) As Integer
int GetHelpFile(
    out string pBstrHelpFile
)

参数

  • pBstrHelpFile
    类型:System.String%
    [out] 到包含路径的字符串的指针帮助文件。

返回值

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

.NET Framework 安全性

请参见

参考

IErrorInfo 接口

Microsoft.VisualStudio.Shell.Interop 命名空间