Help.DisplayTopicFromId Method

Finds and displays the first topic defined by the supplied F1 keyword and context help ID.

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

Syntax

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

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

Parameters

Remarks

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

Permissions

See Also

Reference

Help Interface

Help Members

Microsoft.VisualStudio.VSHelp Namespace