다음을 통해 공유


EdgeGesture.GetForCurrentView 메서드

정의

현재 뷰에 대한 이벤트 대리자 처리기를 추가하고 제거하는 데 사용되는 EdgeGesture 클래스의 instance 가져옵니다.

public:
 static EdgeGesture ^ GetForCurrentView();
 static EdgeGesture GetForCurrentView();
public static EdgeGesture GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As EdgeGesture

반환

EdgeGesture 개체의 현재 관련 instance.

설명

이 메서드는 애플리케이션의 CoreApplication 개체의 현재 CoreWindow를 사용하여 특정 instance 확인합니다. 즉, EdgeGestureCoreWindow의 서로 다른 인스턴스 간에 1:1 대응이 있습니다. 다른 앱에 대한 EdgeGesture 클래스의 instance 가져올 수 없으며 현재 CoreWindow가 없는 앱에 대해 EdgeGesture instance 가져올 수도 없습니다.

적용 대상

추가 정보