IContactVideoCallActivatedEventArgs 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當應用程式啟動至視訊通話連絡人時提供資料。
public interface class IContactVideoCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1627889080, 58343, 19279, 133, 141, 92, 99, 169, 110, 246, 132)]
struct IContactVideoCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(1627889080, 58343, 19279, 133, 141, 92, 99, 169, 110, 246, 132)]
public interface IContactVideoCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
Public Interface IContactVideoCallActivatedEventArgs
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) |