Validation.GetValidationAdornerSiteFor(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 ValidationAdornerSiteFor pour l’élément spécifié.
public:
static System::Windows::DependencyObject ^ GetValidationAdornerSiteFor(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.DependencyObject GetValidationAdornerSiteFor (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetValidationAdornerSiteFor : System.Windows.DependencyObject -> System.Windows.DependencyObject
Public Shared Function GetValidationAdornerSiteFor (element As DependencyObject) As DependencyObject
Paramètres
- element
- DependencyObject
Élément à partir duquel obtenir ValidationAdornerSiteFor.
Retours
Valeur du ValidationAdornerSiteFor.
- Attributs