Picker.Items 屬性

定義

取得選擇清單。

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

屬性值

代表選擇器選項的 IList < 字串 > 。

備註

此屬性是唯讀屬性,但會公開 IList <> 介面,因此可以使用 Add () 來新增專案。

適用於