Context.IsDeviceProtectedStorage プロパティ

定義

このコンテキストのストレージ API がデバイスで保護されたストレージによってサポートされているかどうかを示します。

public abstract bool IsDeviceProtectedStorage { [Android.Runtime.Register("isDeviceProtectedStorage", "()Z", "GetIsDeviceProtectedStorageHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("isDeviceProtectedStorage", "()Z", "GetIsDeviceProtectedStorageHandler", ApiSince=24)>]
member this.IsDeviceProtectedStorage : bool

プロパティ値

このコンテキストのストレージ API がデバイスで保護されたストレージによってサポートされているかどうかを示します。

属性

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

Javaドキュメント。

適用対象