Help.SyncContents(String) 方法

定义

将目录同步到提供的 URL。

public:
 void SyncContents(System::String ^ bstrURL);
public:
 void SyncContents(Platform::String ^ bstrURL);
void SyncContents(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(12)]
public void SyncContents (string bstrURL);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member SyncContents : string -> unit
Public Sub SyncContents (bstrURL As String)

参数

bstrURL
String

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

属性

注解

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

适用于