InvocationContext Class
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.
Provides context information related to the invocation of an App Action on Windows.
public ref class InvocationContext sealed
/// [System.Runtime.CompilerServices.Nullable(0)]
class InvocationContext final
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class InvocationContext
Public NotInheritable Class InvocationContext
- Inheritance
-
InvocationContext
- Attributes
Properties
| EntityFactory |
Gets a factory class that is used to instantiate entity types. |
| HelpDetails |
Gets an object that conveys help information for the app action invocation. |
| InvokerAppUserModelId |
Gets the Application User Model ID (AppUserModelID) for the app from which the app action invocation was initiated. |
| InvokerWindowId |
Gets the identifier for the window from which the app action invocation was initiated. |
| Result |
Gets or sets the result status of an app action invocation. |