IPropertyDefinition.Validate(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.