Help2.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.
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