次の方法で共有


InputNonClientPointerSource.GetForWindowId(WindowId) メソッド

定義

指定したウィンドウの InputNonClientPointerSource オブジェクトを取得します。

public:
 static InputNonClientPointerSource ^ GetForWindowId(WindowId windowId);
 static InputNonClientPointerSource GetForWindowId(WindowId const& windowId);
public static InputNonClientPointerSource GetForWindowId(WindowId windowId);
function getForWindowId(windowId)
Public Shared Function GetForWindowId (windowId As WindowId) As InputNonClientPointerSource

パラメーター

windowId
WindowId

指定したウィンドウの ID。

戻り値

クライアント 以外のウィンドウ ポインター入力ソース。

適用対象