AppointmentsProviderRemoveAppointmentActivatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在應用程式啟動時提供資料,以從使用者的行事曆中移除約會。
JAVAscript 此類型會顯示為 WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs。
public ref class AppointmentsProviderRemoveAppointmentActivatedEventArgs sealed : IAppointmentsProviderRemoveAppointmentActivatedEventArgs
public ref class AppointmentsProviderRemoveAppointmentActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderRemoveAppointmentActivatedEventArgs final : IAppointmentsProviderRemoveAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderRemoveAppointmentActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderRemoveAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderRemoveAppointmentActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderRemoveAppointmentActivatedEventArgs
Implements IAppointmentsProviderRemoveAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderRemoveAppointmentActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderRemoveAppointmentActivatedEventArgs
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
當您覆寫OnActivated方法時,會存取這個物件,IActivatedEventArgs.Kind是AppointmentsProvider,而 IAppointmentsProviderActivatedEventArgs.Verb 等於 AppointmentsProviderLaunchActionVerbs.RemoveAppointment屬性的值。
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1607 | 14393 | User |
屬性
Kind |
取得啟用類型。 |
PreviousExecutionState |
取得應用程式啟動前的執行狀態。 |
RemoveAppointmentOperation |
取得使用者嘗試將其移除時提供給應用程式的約會。 |
SplashScreen |
取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換為啟動的應用程式的相關資訊。 |
User |
取得啟動應用程式的使用者。 |
Verb |
取得約會提供者所要執行的動作。 |