提供对 .chm 和 .hlp 的支持。
命名空间: Microsoft.VisualStudio.VSHelp
程序集: Microsoft.VisualStudio.VSHelp(在 Microsoft.VisualStudio.VSHelp.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 。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。