IPropertyDefinition.Validate(Object, Object) Method

Definition

Validates the IPropertyDefinition using the specified component and value.

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)

Parameters

component
Object

The component of the property.

value
Object

The value of the property.

Applies to