Freigeben über


IContactsProviderActivatedEventArgs Schnittstelle

Definition

Stellt Informationen zu einem aktivierten Ereignis bereit, das ausgelöst wird, wenn der Benutzer einen Kontakt verwaltet, der von der App bereitgestellt wird.

public interface class IContactsProviderActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1166073000, 22352, 18710, 170, 82, 192, 130, 149, 33, 235, 148)]
struct IContactsProviderActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(1166073000, 22352, 18710, 170, 82, 192, 130, 149, 33, 235, 148)]
public interface IContactsProviderActivatedEventArgs : IActivatedEventArgs
Public Interface IContactsProviderActivatedEventArgs
Implements IActivatedEventArgs
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

Kind

Ruft den Grund ab, warum 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 Kontaktanbieter zugeordnet ist.

Gilt für:

Weitere Informationen