Help::GetNextTopic Method (String^)

 

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

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

String^ GetNextTopic(
	String^ bstrURL
)

Parameters

bstrURL
Type: System::String^

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

Return Value

Type: System::String^

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

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

Return to top
Show: