Help2::DisplayTopicFrom_OLD_Help Method (String^, UInt32)

 

Deprecated method. Use DisplayTopicFromF1Keyword instead.

Namespace:   Microsoft.VisualStudio.VSHelp80
Assembly:  Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)

void DisplayTopicFrom_OLD_Help(
	String^ bstrFile,
	unsigned int Id
)

Parameters

bstrFile
Type: System::String^

Full path to the .chm or .hlp file.

Id
Type: System::UInt32

Context ID to find and display the help topic.

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.

Return to top
Show: