Picker.Items プロパティ

定義

選択肢の一覧を取得します。

public System.Collections.Generic.IList<string> Items { get; }
member this.Items : System.Collections.Generic.IList<string>

プロパティ値

IList<String>

< > ピッカーの選択肢を表す IList 文字列。

注釈

このプロパティは読み取り専用ですが、IList インターフェイスを公開しているので、 < > Add () を使用して項目を追加できます。

適用対象