INotifyCollectionChanged Schnittstelle

Definition

Stellt eine Sammlungsänderungsmusterschnittstelle für bindbare C++-Klassen bereit.

.NETTO Diese Schnittstelle wird als System.Collections.Specialized.INotifyCollectionChanged angezeigt.

public interface class INotifyCollectionChanged
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(682715093, 6705, 18011, 155, 37, 213, 195, 174, 104, 108, 64)]
struct INotifyCollectionChanged
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(682715093, 6705, 18011, 155, 37, 213, 195, 174, 104, 108, 64)]
public interface INotifyCollectionChanged
Public Interface INotifyCollectionChanged
Attribute

Windows-Anforderungen

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

Hinweise

Beim Programmieren mit .NET ist diese Schnittstelle ausgeblendet, und Entwickler sollten die System.Collections.Specialized.INotifyCollectionChanged-Schnittstelle verwenden.

Ereignisse

CollectionChanged

Tritt auf, wenn die Auflistung sich ändert.

Gilt für:

Weitere Informationen