Läs på engelska

Dela via


ContactChange Class

Definition

Represents a change to a Contact.

C#
[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
Inheritance
Object ContactChange
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
contactsSystem

Remarks

Call ContactChangeReader.ReadBatchAsync to get a list of ContactChange objects.

Properties

Name Description
ChangeType

Gets a value that indicates the type of change that occurred.

Contact

Gets the Contact object that changed.

Applies to