FrameworkElement.InvalidateViewport Méthode

Définition

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.

S’applique à

Voir aussi