InputActivationListenerPreview.CreateForApplicationWindow(AppWindow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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