Help.DisplayTopicFromId(String, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds and displays the first topic defined by the supplied F1 keyword and context help 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)
Parameters
- bstrFile
- String
String containing the keyword.
- Id
- UInt32
Context Help ID.
- Attributes
Remarks
This method is deprecated. See DisplayTopicFromId for information about the current implementation.