Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Sub DisplayTopicFromId ( _
bstrFile As String, _
Id As UInteger _
)
void DisplayTopicFromId(
string bstrFile,
uint Id
)
void DisplayTopicFromId(
[InAttribute] String^ bstrFile,
[InAttribute] unsigned int Id
)
abstract DisplayTopicFromId :
bstrFile:string *
Id:uint32 -> unit
function DisplayTopicFromId(
bstrFile : String,
Id : uint
)
Parameters
- bstrFile
Type: System.String
String containing the keyword.
- Id
Type: System.UInt32
Context Help ID.
Remarks
This method is deprecated. See DisplayTopicFromId for information about the current implementation.
.NET Framework Security
- 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.