다음을 통해 공유


InputPane.GetForCurrentView 메서드

정의

현재 표시되는 애플리케이션 창과 연결된 InputPane 개체를 가져옵니다.

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

반환

입력 창입니다.

설명

이 메서드는 입력 창 개체를 가져오는 유일한 방법입니다. 새 연산자를 사용하여 입력 창 개체를 가져올 수 없습니다.

적용 대상