WebUIContactPanelActivatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在應用程式啟動時提供資料,因為它使用連絡人面板。
public ref class WebUIContactPanelActivatedEventArgs sealed : IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUIContactPanelActivatedEventArgs final : IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUIContactPanelActivatedEventArgs : IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIContactPanelActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
屬性
ActivatedOperation |
取得啟動應用程式的作業。 |
Contact |
從連絡人面板取得選取的連絡人。 |
ContactPanel |
取得連絡人面板。 |
Kind |
取得啟用類型。 |
PreviousExecutionState |
取得應用程式啟動前的執行狀態。 |
SplashScreen |
取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換為啟動的應用程式的相關資訊。 |
User |
取得啟動應用程式的使用者。 |