Freigeben über


Help2.DisplayTopicFrom_OLD_Help(String, UInt32) Method

Definition

Deprecated method. Use DisplayTopicFromF1Keyword(String) instead.

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)

Parameters

bstrFile
String

Full path to the .chm or .hlp file.

Id
UInt32

Context ID to find and display the help topic.

Implements

Attributes

Remarks

The DisplayTopicFrom_OLD_Help deprecated. Use DisplayTopicFromF1Keyword instead.

Use only to support non-Visual Studio components, such as COM controls loaded in the Object Browser.

Applies to