StorageProviderUriSourceStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
存储提供程序 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 存在。 |