DExploreAppObjClass.GetNextTopic(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 GetNextTopic(String) instead.
public:
virtual System::String ^ GetNextTopic(System::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::GetNextTopic;
public:
virtual Platform::String ^ GetNextTopic(Platform::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::GetNextTopic;
virtual std::wstring GetNextTopic(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(14)]
public virtual string GetNextTopic (string bstrURL);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetNextTopic : string -> string
override this.GetNextTopic : string -> string
Public Overridable Function GetNextTopic (bstrURL As String) As String
Parameters
- bstrURL
- String
A string containing the URL.
Returns
A string that contains the URL of the text topic in the table of contents.
Implements
- Attributes