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
'Declaration
Sub DisplayTopicFrom_OLD_Help ( _
bstrFile As String, _
Id As UInteger _
)
void DisplayTopicFrom_OLD_Help(
string bstrFile,
uint Id
)
void DisplayTopicFrom_OLD_Help(
[InAttribute] String^ bstrFile,
[InAttribute] unsigned int Id
)
abstract DisplayTopicFrom_OLD_Help :
bstrFile:string *
Id:uint32 -> unit
function DisplayTopicFrom_OLD_Help(
bstrFile : String,
Id : uint
)
Parameters
- bstrFile
Type: System.String
Full path to the .chm or .hlp file.
- Id
Type: System.UInt32
Context ID to find and display the help topic.
Remarks
This method is deprecated. See DisplayTopicFrom_OLD_Help 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.