AutomationProperties.GetIsOffscreenBehavior(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 IsOffscreenBehavior pour le DependencyObject spécifié.
public:
static System::Windows::Automation::IsOffscreenBehavior GetIsOffscreenBehavior(System::Windows::DependencyObject ^ element);
public static System.Windows.Automation.IsOffscreenBehavior GetIsOffscreenBehavior (System.Windows.DependencyObject element);
static member GetIsOffscreenBehavior : System.Windows.DependencyObject -> System.Windows.Automation.IsOffscreenBehavior
Public Shared Function GetIsOffscreenBehavior (element As DependencyObject) As IsOffscreenBehavior
Paramètres
- element
- DependencyObject
DependencyObject à vérifier.
Retours
Valeur qui spécifie comment un élément détermine comment la propriété IsOffscreen() est déterminée.