StorageProviderUriSourceStatus 枚举

定义

存储提供程序 URI 的状态枚举。

public enum class StorageProviderUriSourceStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 131072)]
enum class StorageProviderUriSourceStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 131072)]
public enum StorageProviderUriSourceStatus
var value = Windows.Storage.Provider.StorageProviderUriSourceStatus.success
Public Enum StorageProviderUriSourceStatus
继承
StorageProviderUriSourceStatus
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.17134.0 中引入)
API contract
Windows.Storage.Provider.CloudFilesContract (在 v2.0 中引入)

字段

FileNotFound 2

同步提供程序无法识别 URI。

NoSyncRoot 1

没有向 URI 源注册同步根。

Success 0

存储提供程序 ID 存在。

适用于