次の方法で共有


DriverPropertyInfo.Choices プロパティ

定義

フィールド DriverPropertyInfo.value の値を特定の値のセットから選択できる場合は使用可能な値の配列。それ以外の場合は null。

[Android.Runtime.Register("choices")]
public System.Collections.Generic.IList<string>? Choices { get; set; }
[<Android.Runtime.Register("choices")>]
member this.Choices : System.Collections.Generic.IList<string> with get, set

プロパティ値

属性

注釈

フィールド DriverPropertyInfo.value の値を特定の値のセットから選択できる場合は使用可能な値の配列。それ以外の場合は null。

の Java ドキュメントjava.sql.DriverPropertyInfo.choices

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象