Help::DisplayTopicFromId Method (String^, UInt32)

 

Finds and displays the first topic defined by the supplied F1 keyword and context help ID.

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

void DisplayTopicFromId(
	String^ bstrFile,
	unsigned int Id
)

Parameters

bstrFile
Type: System::String^

String containing the keyword.

Id
Type: System::UInt32

Context Help ID.

This method is deprecated. See DisplayTopicFromId for information about the current implementation.

Return to top
Show: