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<Object>

IList<T> 物件。

適用於