IPropertyDefinition.Validate(Object, Object) 方法

定義

驗證 是否 IPropertyDefinition 使用指定的元件與值。

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

參數

component
Object

該財產的組成部分。

value
Object

屬性的值。

適用於