WebUIPhoneCallActivatedEventArgs 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.
Represents the launch arguments for the application. The app's OnActivated
method will be invoked with the WebUIPhoneCallActivatedEventArgs
class being the activatedEventArg
payload.
public ref class WebUIPhoneCallActivatedEventArgs sealed : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUIPhoneCallActivatedEventArgs final : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUIPhoneCallActivatedEventArgs : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIPhoneCallActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Properties
ActivatedOperation |
Gets the object that manages an app activation operation. |
Kind |
Gets the kind of activation. |
LineId |
Gets the identifer of the |
PreviousExecutionState |
Gets the execution state of the app before this activation. |
SplashScreen |
Gets the object that provides splash screen information. |
User |
Gets the user that the app was activated for. |