次の方法で共有


Device.Flags プロパティ

定義

Xamarin.Forms が初期化される前にデバイスで設定されたカスタム フラグの一覧を取得します。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static System.Collections.Generic.IReadOnlyList<string> Flags { get; }
member this.Flags : System.Collections.Generic.IReadOnlyList<string>

プロパティ値

System.Collections.Generic.IReadOnlyList<System.String>

Xamarin の前にデバイスで設定されたカスタム フラグの一覧。Formsが初期化されました。

属性
System.ComponentModel.EditorBrowsableAttribute

適用対象