Help2.DisplayTopicFrom_OLD_Help Method (String, UInt32)
Deprecated method. Use DisplayTopicFromF1Keyword instead.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Déclaration
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.
Implements
Help.DisplayTopicFrom_OLD_Help(String, UInt32)
Remarks
The DisplayTopicFrom_OLD_Help deprecated. Use DisplayTopicFromF1Keyword instead.
Use only to support non-Visual Studio components, such as COM controls loaded in the Object Browser.
.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.