다음을 통해 공유


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

작업의 scope 정의하는 디스패처 개체입니다. "Dispatcher" 형식에 대한 직접 지원이 아직 없습니다.

반환

처리되지 않은 예외 시 처리되는 요소입니다.

적용 대상