DExploreAppObjClass.DisplayTopicFromURL(String) 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 DisplayTopicFromURL(String) instead.
public:
virtual void DisplayTopicFromURL(System::String ^ pszURL) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromURL;
public:
virtual void DisplayTopicFromURL(Platform::String ^ pszURL) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromURL;
virtual void DisplayTopicFromURL(std::wstring const & pszURL);
[System.Runtime.InteropServices.DispId(7)]
public virtual void DisplayTopicFromURL (string pszURL);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member DisplayTopicFromURL : string -> unit
override this.DisplayTopicFromURL : string -> unit
Public Overridable Sub DisplayTopicFromURL (pszURL As String)
Parameters
- pszURL
- String
A string that contains the URL.
Implements
- Attributes