JournalEntry.GetKeepAlive(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.
Retourne la propriété jointe KeepAlive de l’entrée de journal correspondant à l’élément spécifié.
public:
static bool GetKeepAlive(System::Windows::DependencyObject ^ dependencyObject);
public static bool GetKeepAlive (System.Windows.DependencyObject dependencyObject);
static member GetKeepAlive : System.Windows.DependencyObject -> bool
Public Shared Function GetKeepAlive (dependencyObject As DependencyObject) As Boolean
Paramètres
- dependencyObject
- DependencyObject
Élément à partir duquel obtenir la valeur de la propriété jointe.
Retours
Valeur de la propriété jointe KeepAlive de l’entrée de journal pour l’élément spécifié.