DExploreAppObjClass.DisplayTopicFrom_OLD_Help(String, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Use DisplayTopicFrom_OLD_Help(String, UInt32) instead.
public:
virtual void DisplayTopicFrom_OLD_Help(System::String ^ bstrFile, System::UInt32 Id) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFrom_OLD_Help;
public:
virtual void DisplayTopicFrom_OLD_Help(Platform::String ^ bstrFile, unsigned int Id) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFrom_OLD_Help;
virtual void DisplayTopicFrom_OLD_Help(std::wstring const & bstrFile, unsigned int Id);
[System.Runtime.InteropServices.DispId(11)]
public virtual void DisplayTopicFrom_OLD_Help (string bstrFile, uint Id);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member DisplayTopicFrom_OLD_Help : string * uint32 -> unit
override this.DisplayTopicFrom_OLD_Help : string * uint32 -> unit
Public Overridable Sub DisplayTopicFrom_OLD_Help (bstrFile As String, Id As UInteger)
Parameters
- bstrFile
- String
Full path to the .chm or .hlp file.
- Id
- UInt32
Context ID to find and display the Help topic.
Implements
- Attributes