CollectionDamageIdentity Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An identity used to report damage to the content of a collection.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class CollectionDamageIdentity _
Inherits CompositeIdentity
'Usage
Dim instance As CollectionDamageIdentity
public class CollectionDamageIdentity : CompositeIdentity
public ref class CollectionDamageIdentity : public CompositeIdentity
public class CollectionDamageIdentity extends CompositeIdentity
Remarks
This identity records the collection identity and the identities of the items before and after the damage. This identity should only be used to report damage to a collection.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Identities.Identity
Microsoft.Windows.Design.Documents.Identities.CompositeIdentity
Microsoft.Windows.Design.Documents.Identities.CollectionDamageIdentity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
CollectionDamageIdentity Members
Microsoft.Windows.Design.Documents.Identities Namespace