Freigeben über


ContactChange Klasse

Definition

Stellt eine Änderung an einem Kontakt dar.

public ref class ContactChange sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactChange final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactChange
Public NotInheritable Class ContactChange
Vererbung
Object Platform::Object IInspectable ContactChange
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
contactsSystem

Hinweise

Rufen Sie ContactChangeReader.ReadBatchAsync auf, um eine Liste der ContactChange-Objekte abzurufen.

Eigenschaften

ChangeType

Ruft einen Wert ab, der den Typ der vorgenommenen Änderung angibt.

Contact

Ruft das Contact-Objekt ab, das geändert wurde.

Gilt für: