Freigeben über


Help.GetNextTopic(String) Method

Definition

Given a URL returns the next URL in the table of contents.

public:
 System::String ^ GetNextTopic(System::String ^ bstrURL);
public:
 Platform::String ^ GetNextTopic(Platform::String ^ bstrURL);
std::wstring GetNextTopic(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(14)]
public string GetNextTopic (string bstrURL);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetNextTopic : string -> string
Public Function GetNextTopic (bstrURL As String) As String

Parameters

bstrURL
String

String containing the URL of the current topic that is compatible with Internet Explorer.

Returns

A string containing the URL of the text topic in the table of contents.

Attributes

Remarks

This method is deprecated. See GetNextTopic for information about the current implementation.

Applies to