DirectoryAttributeModificationCollection.OnValidate(Object) Methode

Definitie

De OnValidate(Object) methode controleert of dit value een DirectoryAttributeModification object is.

protected:
 override void OnValidate(System::Object ^ value);
protected override void OnValidate(object value);
override this.OnValidate : obj -> unit
Protected Overrides Sub OnValidate (value As Object)

Parameters

value
Object

Het object dat moet worden geƫvalueerd.

Opmerkingen

Exceptions

Exception Condition
ArgumentException value is een null-verwijzing (Nothing in Visual Basic) of value is geen DirectoryAttributeModification-object.

Van toepassing op