Help.DisplayTopicFrom_OLD_Help Method

Provides support for .chm and .hlp files.

Namespace:  Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

Syntax

'宣言
Sub DisplayTopicFrom_OLD_Help ( _
    bstrFile As String, _
    Id As UInteger _
)
'使用
Dim instance As Help
Dim bstrFile As String
Dim Id As UInteger

instance.DisplayTopicFrom_OLD_Help(bstrFile, _
    Id)
void DisplayTopicFrom_OLD_Help(
    string bstrFile,
    uint Id
)
void DisplayTopicFrom_OLD_Help(
    [InAttribute] String^ bstrFile, 
    [InAttribute] unsigned int Id
)
function DisplayTopicFrom_OLD_Help(
    bstrFile : String, 
    Id : uint
)

Parameters

  • bstrFile
    Type: System.String

    Full path to the .chm or .hlp file.

  • Id
    Type: System.UInt32

    Context ID to find and display the help topic.

Remarks

This method is deprecated. See DisplayTopicFrom_OLD_Help for information about the current implementation.

Permissions

See Also

Reference

Help Interface

Help Members

Microsoft.VisualStudio.VSHelp Namespace