IContactsProviderActivatedEventArgs 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供使用者管理應用程式所提供連絡人時所引發之啟動事件的相關資訊。
public interface class IContactsProviderActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1166073000, 22352, 18710, 170, 82, 192, 130, 149, 33, 235, 148)]
struct IContactsProviderActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(1166073000, 22352, 18710, 170, 82, 192, 130, 149, 33, 235, 148)]
public interface IContactsProviderActivatedEventArgs : IActivatedEventArgs
Public Interface IContactsProviderActivatedEventArgs
Implements IActivatedEventArgs
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (已於 v1.0 引進)
|
屬性
Kind |
取得啟動此應用程式的原因。 (繼承來源 IActivatedEventArgs) |
PreviousExecutionState |
取得此啟用之前的應用程式執行狀態。 (繼承來源 IActivatedEventArgs) |
SplashScreen |
取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。 (繼承來源 IActivatedEventArgs) |
Verb |
取得與啟用的連絡人提供者相關聯的動作。 |