次の方法で共有


IPicker.Items プロパティ

定義

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

public:
 property System::Collections::Generic::IList<System::String ^> ^ Items { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> Items { get; }
member this.Items : System.Collections.Generic.IList<string>
Public ReadOnly Property Items As IList(Of String)

プロパティ値

適用対象