Compartilhar via


DExploreAppObjClass.GetPrevTopic(String) Method

Definition

Deprecated. Use GetPrevTopic(String) instead.

public:
 virtual System::String ^ GetPrevTopic(System::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::GetPrevTopic;
public:
 virtual Platform::String ^ GetPrevTopic(Platform::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::GetPrevTopic;
 virtual std::wstring GetPrevTopic(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(15)]
public virtual string GetPrevTopic (string bstrURL);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member GetPrevTopic : string -> string
override this.GetPrevTopic : string -> string
Public Overridable Function GetPrevTopic (bstrURL As String) As String

Parameters

bstrURL
String

A string containing the URL.

Returns

Returns a string that contains the URL of the previous topic in the table of contents.

Implements

Attributes

Applies to