Help.DisplayTopicFromId(String, UInt32) 方法

定义

查找并显示由提供的 F1 关键字和上下文帮助 ID 定义的第一个主题。

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

参数

bstrFile
String

包含关键字的字符串。

Id
UInt32

上下文帮助 ID。

属性

注解

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

适用于