LayoutInformation.GetLayoutExceptionElement(Dispatcher) 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 un UIElement traité par le moteur de disposition au moment d'une exception non gérée.
public:
static System::Windows::UIElement ^ GetLayoutExceptionElement(System::Windows::Threading::Dispatcher ^ dispatcher);
public static System.Windows.UIElement GetLayoutExceptionElement (System.Windows.Threading.Dispatcher dispatcher);
static member GetLayoutExceptionElement : System.Windows.Threading.Dispatcher -> System.Windows.UIElement
Public Shared Function GetLayoutExceptionElement (dispatcher As Dispatcher) As UIElement
Paramètres
- dispatcher
- Dispatcher
L'objet Dispatcher qui définit la portée de l'opération. Il y a un répartiteur par instance de moteur de disposition.
Retours
UIElement traité par le moteur de disposition au moment d'une exception non gérée.
Exceptions
Se produit quand dispatcher
est null
.
Remarques
Vous pouvez afficher le résultat de cette opération à partir d’un gestionnaire d’exceptions d’application pour résoudre les problèmes dans la disposition d’une application.