IContactMapActivatedEventArgs Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt Daten bereit, wenn eine App zum Zuordnen eines Kontakts aktiviert wird.
public interface class IContactMapActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3006003312, 61159, 19154, 170, 241, 168, 126, 255, 207, 0, 164)]
struct IContactMapActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3006003312, 61159, 19154, 170, 241, 168, 126, 255, 207, 0, 164)]
public interface IContactMapActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
Public Interface IContactMapActivatedEventArgs
Implements IActivatedEventArgs, IContactActivatedEventArgs
- Abgeleitet
- Attribute
- Implementiert
Windows-Anforderungen
Gerätefamilie |
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (eingeführt in v1.0)
|
Eigenschaften
Address |
Ruft die Adresse eines Kontakts für den Zuordnungsvorgang ab. |
Contact |
Ruft den Kontakt für den Zuordnungsvorgang ab. |
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) |
Verb |
Ruft die Aktion ab, die dem aktivierten Kontakt zugeordnet ist. (Geerbt von IContactActivatedEventArgs) |