Help2.CanSyncContents(String) 方法

定义

确定是否可同步 URL。

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

参数

bstrURL
String

一个包含 URL 的字符串。

实现

属性

注解

如果目录中有对应的 URL,则可以同步 URL。

<REVIEWERS> -这会返回 void? 如何使用这种方法,如何使用呢?

适用于