CoreFrameworkInputView.GetForUIContext(UIContext) メソッド

定義

指定したコンテキスト識別子を持つビューに関連付けられた CoreFrameworkInputView オブジェクトを取得します。

public:
 static CoreFrameworkInputView ^ GetForUIContext(UIContext ^ context);
 static CoreFrameworkInputView GetForUIContext(UIContext const& context);
public static CoreFrameworkInputView GetForUIContext(UIContext context);
function getForUIContext(context)
Public Shared Function GetForUIContext (context As UIContext) As CoreFrameworkInputView

パラメーター

context
UIContext

CoreFrameworkInputView を取得するビューのコンテキスト識別子。

戻り値

指定したコンテキスト識別子の CoreFrameworkInputView

注釈

ウィンドウレス スレッドで呼び出された場合、このメソッドは失敗します。

適用対象