Help2::DisplayTopicFromURLEx2 Method (String^, UInt32, String^)
Visual Studio 2015
Displays a Help topic in Document Explorer that is based on help display flags.
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.
Show: