DirectoryAttributeModificationCollection.OnValidate(Object) Methode

Definition

Die OnValidate(Object) Methode überprüft, ob value es sich um ein DirectoryAttributeModification Objekt handelt.

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)

Parameter

value
Object

Das auszuwertende Objekt.

Hinweise

Ausnahmen

Exception Zustand
Argumentexception value ist ein Nullverweis (Nothing in Visual Basic) oder value kein DirectoryAttributeModification-Objekt ist.

Gilt für: