LayoutInformation.GetLayoutExceptionElement(Object) 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 l’élément qui était en cours de traitement par le système de disposition au moment d’une exception non prise en charge.
public:
static UIElement ^ GetLayoutExceptionElement(Platform::Object ^ dispatcher);
static UIElement GetLayoutExceptionElement(IInspectable const& dispatcher);
public static UIElement GetLayoutExceptionElement(object dispatcher);
function getLayoutExceptionElement(dispatcher)
Public Shared Function GetLayoutExceptionElement (dispatcher As Object) As UIElement
Paramètres
- dispatcher
-
Object
Platform::Object
IInspectable
Objet dispatcher qui définit l’étendue de l’opération. La prise en charge directe du type « Répartiteur » n’existe pas encore.
Retours
Élément en cours de traitement au moment d’une exception non prise en charge.