Help.GetPrevTopic(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.
Given a URL returns the previous URL in the table of contents.
public:
System::String ^ GetPrevTopic(System::String ^ bstrURL);
public:
Platform::String ^ GetPrevTopic(Platform::String ^ bstrURL);
std::wstring GetPrevTopic(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(15)]
public string GetPrevTopic (string bstrURL);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member GetPrevTopic : string -> string
Public Function GetPrevTopic (bstrURL As String) As String
Parameters
- bstrURL
- String
String containing the URL of the current topic that is compatible with Internet Explorer.
Returns
Returns a string containing the URL of the previous topic in the table of contents.
- Attributes
Remarks
This method is deprecated. See GetPrevTopic for information about the current implementation.