Help2.DisplayTopicFromURLEx2 Method
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)
Syntax
'Déclaration
Sub DisplayTopicFromURLEx2 ( _
bstrURL As String, _
displayUrlFlags As UInteger, _
bstrParam As String _
)
void DisplayTopicFromURLEx2(
string bstrURL,
uint displayUrlFlags,
string bstrParam
)
void DisplayTopicFromURLEx2(
[InAttribute] String^ bstrURL,
[InAttribute] unsigned int displayUrlFlags,
[InAttribute] String^ bstrParam
)
abstract DisplayTopicFromURLEx2 :
bstrURL:string *
displayUrlFlags:uint32 *
bstrParam:string -> unit
function DisplayTopicFromURLEx2(
bstrURL : String,
displayUrlFlags : uint,
bstrParam : String
)
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 nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.