XamlBindingHelper.SuspendRendering(UIElement) 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.
Interrompt le rendu de l’élément spécifié.
public:
static void SuspendRendering(UIElement ^ target);
static void SuspendRendering(UIElement const& target);
public static void SuspendRendering(UIElement target);
function suspendRendering(target)
Public Shared Sub SuspendRendering (target As UIElement)
Paramètres
- target
- UIElement
Élément pour lequel suspendre le rendu.
Remarques
Cette méthode est à utiliser dans le code généré par le compilateur XAML.