AutomationProperties.GetIsRequiredForForm(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 propriété jointe IsRequiredForForm pour le DependencyObject spécifié.
public:
static bool GetIsRequiredForForm(System::Windows::DependencyObject ^ element);
public static bool GetIsRequiredForForm (System.Windows.DependencyObject element);
static member GetIsRequiredForForm : System.Windows.DependencyObject -> bool
Public Shared Function GetIsRequiredForForm (element As DependencyObject) As Boolean
Paramètres
- element
- DependencyObject
DependencyObject à vérifier.
Retours
boolean
qui indique si l’élément spécifié est IsRequiredForForm.