Validation.GetHasError(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de la propriété jointe HasError de l’élément spécifié.
public:
static bool GetHasError(System::Windows::DependencyObject ^ element);
public static bool GetHasError (System.Windows.DependencyObject element);
static member GetHasError : System.Windows.DependencyObject -> bool
Public Shared Function GetHasError (element As DependencyObject) As Boolean
Paramètres
- element
- DependencyObject
Objet UIElement ou ContentElement à partir duquel lire la valeur.
Retours
Valeur de la propriété jointe HasError de l’élément spécifié.
Exceptions
Si element
est null
.