DExploreAppObjClass.GetNextTopic(String) Method

Definition

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

Applies to