次の方法で共有


RadialControllerIndependentInputSource.CreateForView メソッド

定義

実行中のアプリの現在の CoreWindowRadialControllerIndependentInputSource のインスタンスを取得します。

public:
 static RadialControllerIndependentInputSource ^ CreateForView(CoreApplicationView ^ view);
 static RadialControllerIndependentInputSource CreateForView(CoreApplicationView const& view);
public static RadialControllerIndependentInputSource CreateForView(CoreApplicationView view);
function createForView(view)
Public Shared Function CreateForView (view As CoreApplicationView) As RadialControllerIndependentInputSource

パラメーター

view
CoreApplicationView

アプリ ウィンドウとそのスレッド。

戻り値

放射状コントローラー入力マネージャー。

適用対象