CachedFileTarget 枚举

定义

指示是应将更新应用于本地缓存副本还是文件的远程版本。

public enum class CachedFileTarget
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CachedFileTarget
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CachedFileTarget
var value = Windows.Storage.Provider.CachedFileTarget.local
Public Enum CachedFileTarget
继承
CachedFileTarget
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Local 0

更新文件的本地缓存副本。

Remote 1

更新文件的远程版本。

适用于