Help2.DisplayTopicFromURLEx2(String, UInt32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a Help topic in Document Explorer that is based on help display flags.
public:
void DisplayTopicFromURLEx2(System::String ^ bstrURL, System::UInt32 displayUrlFlags, System::String ^ bstrParam);
public:
void DisplayTopicFromURLEx2(Platform::String ^ bstrURL, unsigned int displayUrlFlags, Platform::String ^ bstrParam);
void DisplayTopicFromURLEx2(std::wstring const & bstrURL, unsigned int displayUrlFlags, std::wstring const & bstrParam);
[System.Runtime.InteropServices.DispId(32)]
public void DisplayTopicFromURLEx2 (string bstrURL, uint displayUrlFlags, string bstrParam);
[<System.Runtime.InteropServices.DispId(32)>]
abstract member DisplayTopicFromURLEx2 : string * uint32 * string -> unit
Public Sub DisplayTopicFromURLEx2 (bstrURL As String, displayUrlFlags As UInteger, bstrParam As String)
Parameters
- bstrURL
- String
String containing an URL address that is compatible with Internet Explorer.
- displayUrlFlags
- UInt32
Values are taken from __vsHelpDisplayUrlFlags.
- bstrParam
- String
Unused. Pass in null
.
- Attributes