Help.GetNextTopic(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
给定一个 URL,将返回目录中的下一个 URL。
public:
System::String ^ GetNextTopic(System::String ^ bstrURL);
public:
Platform::String ^ GetNextTopic(Platform::String ^ bstrURL);
std::wstring GetNextTopic(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(14)]
public string GetNextTopic (string bstrURL);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member GetNextTopic : string -> string
Public Function GetNextTopic (bstrURL As String) As String
参数
- bstrURL
- String
包含与 Internet Explorer 兼容的当前主题的 URL 的字符串。
返回
一个字符串,其中包含目录中的文本主题的 URL。
- 属性
注解
不推荐使用此方法。 有关 GetNextTopic 当前实现的信息,请参阅。