Share via


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 が存在します。

適用対象