IDevicePairingActivatedEventArgs 介面

定義

提供當應用程式因為裝置配對而啟動時的資訊。

public interface class IDevicePairingActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(3953185252, 60614, 16712, 148, 237, 244, 179, 126, 192, 91, 62)]
struct IDevicePairingActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.Guid(3953185252, 60614, 16712, 148, 237, 244, 179, 126, 192, 91, 62)]
public interface IDevicePairingActivatedEventArgs : IActivatedEventArgs
Public Interface IDevicePairingActivatedEventArgs
Implements IActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

備註

介面繼承

IDevicePairingActivatedEventArgs 繼承 IActivatedEventArgs。 實作 IDevicePairingActivatedEventArgs 的類型也會實 作 IActivatedEventArgs的介面成員。

屬性

DeviceInformation

取得配對之裝置物件的 DeviceInformation 物件。

Kind

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

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
SplashScreen

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

(繼承來源 IActivatedEventArgs)

適用於

另請參閱