IAppointmentsProviderReplaceAppointmentActivatedEventArgs 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供應用程式啟動時的資料,以取代使用者行事曆中的約會。
public interface class IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(357677012, 43393, 16487, 138, 98, 5, 36, 228, 173, 225, 33)]
struct IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(357677012, 43393, 16487, 138, 98, 5, 36, 228, 173, 225, 33)]
public interface IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderReplaceAppointmentActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
Kind |
取得啟動此應用程式的原因。 (繼承來源 IActivatedEventArgs) |
PreviousExecutionState |
取得此啟用之前的應用程式執行狀態。 (繼承來源 IActivatedEventArgs) |
ReplaceAppointmentOperation |
取得當使用者嘗試取代應用程式時提供給應用程式的約會。 |
SplashScreen |
取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換到啟動之應用程式的相關資訊。 (繼承來源 IActivatedEventArgs) |
Verb |
取得約會提供者要執行的動作。 (繼承來源 IAppointmentsProviderActivatedEventArgs) |