DExploreAppObjClass.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.
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