否决的方法。 请改用 DisplayTopicFromF1Keyword。
命名空间: Microsoft.VisualStudio.VSHelp80
程序集: Microsoft.VisualStudio.VSHelp80(在 Microsoft.VisualStudio.VSHelp80.dll 中)
语法
声明
Sub DisplayTopicFrom_OLD_Help ( _
bstrFile As String, _
Id As UInteger _
)
void DisplayTopicFrom_OLD_Help(
string bstrFile,
uint Id
)
void DisplayTopicFrom_OLD_Help(
[InAttribute] String^ bstrFile,
[InAttribute] unsigned int Id
)
abstract DisplayTopicFrom_OLD_Help :
bstrFile:string *
Id:uint32 -> unit
function DisplayTopicFrom_OLD_Help(
bstrFile : String,
Id : uint
)
参数
bstrFile
类型:String.chm 或 .hlp 文件的完整路径。
Id
类型:UInt32查找和显示帮助主题的上下文 ID。
备注
已弃用的 DisplayTopicFrom_OLD_Help 。 请改用 DisplayTopicFromF1Keyword。
使用仅支持非Visual Studio 元素,如 对象浏览器加载 COM 控件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。