Help.GetPrevTopic(String) 方法

定义

给定一个 URL,将返回目录中的上一个 URL。

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

参数

bstrURL
String

包含与 Internet Explorer 兼容的当前主题的 URL 的字符串。

返回

String

返回一个字符串,该字符串包含目录中上一个主题的 URL。

属性

注解

不推荐使用此方法。 有关 GetPrevTopic 当前实现的信息,请参阅。

适用于