Share via


LayoutInformation.GetLayoutExceptionElement(Object) メソッド

定義

未処理の例外の時点でレイアウト システムによって処理されていた要素を返します。

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

パラメーター

dispatcher
Object

Platform::Object

IInspectable

操作のスコープを定義する ディスパッチャー オブジェクト。

戻り値

未処理の例外時に処理される要素。

適用対象