DExploreAppObjClass.DisplayTopicFromId(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 DisplayTopicFromId(String, UInt32) instead.
public:
virtual void DisplayTopicFromId(System::String ^ bstrFile, System::UInt32 Id) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromId;
public:
virtual void DisplayTopicFromId(Platform::String ^ bstrFile, unsigned int Id) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromId;
virtual void DisplayTopicFromId(std::wstring const & bstrFile, unsigned int Id);
[System.Runtime.InteropServices.DispId(6)]
public virtual void DisplayTopicFromId (string bstrFile, uint Id);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member DisplayTopicFromId : string * uint32 -> unit
override this.DisplayTopicFromId : string * uint32 -> unit
Public Overridable Sub DisplayTopicFromId (bstrFile As String, Id As UInteger)
Parameters
- bstrFile
- String
String that contains the keyword.
- Id
- UInt32
Context Help ID.
Implements
- Attributes