DefaultValidator.CanValidate(Type) Methode

Definition

Bestimmt, ob ein Objekt basierend auf dem Typ überprüft werden kann.

public:
 override bool CanValidate(Type ^ type);
public override bool CanValidate(Type type);
override this.CanValidate : Type -> bool
Public Overrides Function CanValidate (type As Type) As Boolean

Parameter

type
Type

Der Objekttyp.

Gibt zurück

true für alle Typen, die überprüft werden.

Gilt für: