Help.DisplayTopicFrom_OLD_Help(String, UInt32) 方法

定义

为 .chm 和 .hlp 文件提供支持。

public:
 void DisplayTopicFrom_OLD_Help(System::String ^ bstrFile, System::UInt32 Id);
public:
 void DisplayTopicFrom_OLD_Help(Platform::String ^ bstrFile, unsigned int Id);
void DisplayTopicFrom_OLD_Help(std::wstring const & bstrFile, unsigned int Id);
[System.Runtime.InteropServices.DispId(11)]
public void DisplayTopicFrom_OLD_Help (string bstrFile, uint Id);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member DisplayTopicFrom_OLD_Help : string * uint32 -> unit
Public Sub DisplayTopicFrom_OLD_Help (bstrFile As String, Id As UInteger)

参数

bstrFile
String

.Chm 或 .hlp 文件的完整路径。

Id
UInt32

用于查找和显示帮助主题的上下文 ID。

属性

注解

不推荐使用此方法。 有关 DisplayTopicFrom_OLD_Help 当前实现的信息,请参阅。

适用于