Share via


InputPane.GetForCurrentView メソッド

定義

現在表示されているアプリケーション ウィンドウに関連付けられている InputPane オブジェクトを取得します。

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

戻り値

入力ウィンドウ。

注釈

このメソッドは、入力ウィンドウ オブジェクトを取得する唯一の方法です。new 演算子を使用して しい入力ウィンドウ オブジェクトを取得することはできません。

適用対象