次の方法で共有


EnumProperty.ValidValues プロパティ

定義

有効な値を取得します。

public:
 property System::Collections::Generic::IList<System::Object ^> ^ ValidValues { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> ValidValues { get; }
member this.ValidValues : System.Collections.Generic.IList<obj>
Public ReadOnly Property ValidValues As IList(Of Object)

プロパティ値

IList<T> オブジェクト。

適用対象