Share via


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

ファイルのリモート バージョンを更新します。

適用対象