다음을 통해 공유


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입니다.

반환

클라이언트가 아닌 창 포인터 입력 소스입니다.

적용 대상