次の方法で共有


Device.SetFlags(IReadOnlyList<String>) メソッド

定義

デバイスでカスタム フラグの一覧を設定します。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static void SetFlags(System.Collections.Generic.IReadOnlyList<string> flags);
static member SetFlags : System.Collections.Generic.IReadOnlyList<string> -> unit

パラメーター

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

カスタム フラグの値の一覧。

属性
System.ComponentModel.EditorBrowsableAttribute

注釈

開発者は、Xamarin の前にのみこのメソッドを呼び出す必要があります。Formsが初期化されます。

適用対象