Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
This API enables developer tools to debug Windows apps using JavaScript running in the app host.
In this section
| Topic | Description |
|---|---|
| IWebApplicationActivation |
Enables debugging applications to manage activations. |
| IWebApplicationAuthoringMode |
Provides the full local path to the authoring binary to be loaded into the WWAHost process. |
| IWebApplicationHost |
Exposes methods and properties that are implemented by the WWAHost. |
| IWebApplicationNavigationEvents |
Enables a debugging or authoring app to receive notification of navigation events. |
| IWebApplicationScriptEvents |
Enables a debugging or authoring app to receive notification of scripting engine events. |
| IWebApplicationUIEvents |
Enables a debugging or authoring app to receive notification of user interface events and respond to events that require user interaction. |
| IWebApplicationUpdateEvents |
Enables an authoring app to receive notification of designer events and respond to those events. |
| RegisterAuthoringClientFunctionType |
Defines a pointer to an application-defined function in a dynamic-link library (DLL) that will be used as the authoring binary. When the app host starts in authoring mode, this function is called to initialize the authoring binary. |
| UnregisterAuthoringClientFunctionType |
Unregisters the application-defined function that was registered with the RegisterAuthoringClientFunctionType function. This function is called when the app host terminates. |