Help2.DisplayTopicFromId Method (String, UInt32)
Deprecated. Use DisplayTopicFromF1Keyword instead.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'宣告
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.
Implements
Help.DisplayTopicFromId(String, UInt32)
.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.