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
'Déclaration
Sub DisplayTopicFromId ( _
bstrFile As String, _
Id As UInteger _
)
'Utilisation
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
bstrFile
Type: System.StringString containing the keyword.
Id
Type: System.UInt32Context Help ID.
Remarks
This method is deprecated. See DisplayTopicFromId for information about the current implementation.
Permissions
- 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.