AutomationProperties.GetIsDialog(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 AutomationProperties.IsDialog pour l’objet DependencyObject spécifié.
public:
static bool GetIsDialog(DependencyObject ^ element);
static bool GetIsDialog(DependencyObject const& element);
public static bool GetIsDialog(DependencyObject element);
function getIsDialog(element)
Public Shared Function GetIsDialog (element As DependencyObject) As Boolean
Paramètres
- element
- DependencyObject
Objet à vérifier.
Retours
Boolean
bool
true si l’élément spécifié est identifié comme une fenêtre de dialogue ; sinon, false.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|