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

定义操作范围的 调度程序 对象。 尚不存在对“Dispatcher”类型的直接支持。

返回

在出现未经处理的异常时正在处理的元素。

适用于