LineDisplayAttributes.CurrentWindow Propriété
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 ou définit la fenêtre active dans laquelle le texte est affiché.
public:
property LineDisplayWindow ^ CurrentWindow { LineDisplayWindow ^ get(); void set(LineDisplayWindow ^ value); };
LineDisplayWindow CurrentWindow();
void CurrentWindow(LineDisplayWindow value);
public LineDisplayWindow CurrentWindow { get; set; }
var lineDisplayWindow = lineDisplayAttributes.currentWindow;
lineDisplayAttributes.currentWindow = lineDisplayWindow;
Public Property CurrentWindow As LineDisplayWindow
Valeur de propriété
Fenêtre active dans laquelle le texte est affiché.
Remarques
La définition de la fenêtre active n’actualise pas la fenêtre d’affichage de cette fenêtre. Si les fenêtres d’affichage de la fenêtre actuelle et d’une autre fenêtre se chevauchent et que l’autre fenêtre a modifié le contenu de la fenêtre d’affichage, refreshWindow peut être appelé pour restaurer le contenu de la fenêtre d’affichage.
Les modifications apportées à cette propriété sont validées sur l’appareil lors de l’appel suivant à ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes).