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.StringFull path to the .chm or .hlp file.
Id
Type: System.UInt32Context ID to find and display the help topic.
Remarks
This method is deprecated. See DisplayTopicFrom_OLD_Help 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.