InputActivationListenerPreview.CreateForApplicationWindow(AppWindow) Method

Definition

Instantiates an InputActivationListenerPreview object for the specified AppWindow.

public:
 static InputActivationListener ^ CreateForApplicationWindow(AppWindow ^ window);
 static InputActivationListener CreateForApplicationWindow(AppWindow const& window);
public static InputActivationListener CreateForApplicationWindow(AppWindow window);
function createForApplicationWindow(window)
Public Shared Function CreateForApplicationWindow (window As AppWindow) As InputActivationListener

Parameters

window
AppWindow

Returns

Applies to