EnumProperty.Validate(Object, Int32) 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 enumeration property using the specified component and value.
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)
Parameters
- component
- Object
The component of the enumeration property.
- value
- Int32
The value of the enumeration property.