Help2::DisplayTopicFromURLEx2 Method (String^, UInt32, String^)

 

Displays a Help topic in Document Explorer that is based on help display flags.

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

void DisplayTopicFromURLEx2(
	String^ bstrURL,
	unsigned int displayUrlFlags,
	String^ bstrParam
)

Parameters

bstrURL
Type: System::String^

String containing an URL address that is compatible with Internet Explorer.

displayUrlFlags
Type: System::UInt32

Values are taken from __vsHelpDisplayUrlFlags.

bstrParam
Type: System::String^

Unused. Pass in null.

Return to top
Show: