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

'宣言
Sub DisplayTopicFromURLEx2 ( _
    bstrURL As String, _
    displayUrlFlags As UInteger, _
    bstrParam As String _
)
'使用
Dim instance As Help2
Dim bstrURL As String
Dim displayUrlFlags As UInteger
Dim bstrParam As String

instance.DisplayTopicFromURLEx2(bstrURL, _
    displayUrlFlags, bstrParam)
void DisplayTopicFromURLEx2(
    string bstrURL,
    uint displayUrlFlags,
    string bstrParam
)
void DisplayTopicFromURLEx2(
    [InAttribute] String^ bstrURL, 
    [InAttribute] unsigned int displayUrlFlags, 
    [InAttribute] String^ bstrParam
)
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 a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

Help2 Interface

Help2 Members

Microsoft.VisualStudio.VSHelp80 Namespace