EnumProperty.Validate(Object, Int32) 方法

定義

使用指定的元件和值來驗證列舉屬性。

public:
 void Validate(System::Object ^ component, int value);
public void Validate (object component, int value);
member this.Validate : obj * int -> unit
Public Sub Validate (component As Object, value As Integer)

參數

component
Object

列舉屬性的元件。

value
Int32

列舉屬性的值。

適用於