LayoutInformation.GetLayoutExceptionElement(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回在出现未经处理的异常时布局系统正在处理的元素。
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
定义操作范围的 调度程序 对象。
返回
在出现未经处理的异常时正在处理的元素。