IContactMessageActivatedEventArgs 介面

定義

在應用程式啟動時提供資料,以傳送連絡人的訊息。

public interface class IContactMessageActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3730410930, 3587, 17328, 191, 86, 188, 196, 11, 49, 98, 223)]
struct IContactMessageActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3730410930, 3587, 17328, 191, 86, 188, 196, 11, 49, 98, 223)]
public interface IContactMessageActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
Public Interface IContactMessageActivatedEventArgs
Implements IActivatedEventArgs, IContactActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (已於 v1.0 引進)

屬性

Contact

取得訊息的連絡人。

Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

取得此啟用之前的應用程式執行狀態。

(繼承來源 IActivatedEventArgs)
ServiceId

取得用於訊息之服務的識別碼。

ServiceUserId

取得用於訊息之服務的使用者識別碼。

SplashScreen

取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。

(繼承來源 IActivatedEventArgs)
Verb

取得與啟動連絡人相關聯的動作。

(繼承來源 IContactActivatedEventArgs)

適用於

另請參閱