FrameworkElement.InvalidateViewport 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.
Invalide l’état de la fenêtre d’affichage d’un élément UIElement utilisé pour calculer la fenêtre d’affichage effective.
protected:
virtual void InvalidateViewport() = InvalidateViewport;
void InvalidateViewport();
protected void InvalidateViewport();
function invalidateViewport()
Protected Sub InvalidateViewport ()
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)
|
Remarques
L’élément UIElement doit avoir déjà été inscrit auprès de l’infrastructure à l’aide de la méthode RegisterAsScrollPort.