Help2.CanSyncContents(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否可同步 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。