Partager via


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.
  • bstrParam
    Type: System.String
    Unused. Pass in nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

Help2 Interface

Microsoft.VisualStudio.VSHelp80 Namespace