Freigeben über


IDevicePairingActivatedEventArgs Schnittstelle

Definition

Stellt Informationen bereit, wenn eine App als Ergebnis einer Gerätekopplung aktiviert wird.

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
Abgeleitet
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)

Hinweise

Schnittstellenvererbung

IDevicePairingActivatedEventArgs erbt IActivatedEventArgs. Typen, die IDevicePairingActivatedEventArgs implementieren, implementieren auch die Schnittstellenmember von IActivatedEventArgs.

Eigenschaften

DeviceInformation

Ruft das DeviceInformation-Objekt für das Geräteobjekt ab, das gekoppelt wird.

Kind

Ruft den Grund ab, aus dem diese App aktiviert wird.

(Geerbt von IActivatedEventArgs)
PreviousExecutionState

Ruft den Ausführungsstatus der App vor dieser Aktivierung ab.

(Geerbt von IActivatedEventArgs)
SplashScreen

Ruft das Begrüßungsbildschirmobjekt ab, das Informationen zum Übergang vom Begrüßungsbildschirm zur aktivierten App bereitstellt.

(Geerbt von IActivatedEventArgs)

Gilt für:

Weitere Informationen