Help2.DisplayTopicFromId(String, UInt32) Method

Definition

Deprecated. Use DisplayTopicFromF1Keyword(String) instead.

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)

Parameters

bstrFile
String

String containing the keyword.

Id
UInt32

Context Help ID.

Implements

Attributes

Applies to