Dela via


CollectionDamageIdentity.AfterDamage Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the identity of the item in the collection after the damage.

Namespace:  Microsoft.Windows.Design.Documents.Identities
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public ReadOnly Property AfterDamage As Identity
'Usage
Dim instance As CollectionDamageIdentity 
Dim value As Identity 

value = instance.AfterDamage
public Identity AfterDamage { get; }
public:
property Identity^ AfterDamage {
    Identity^ get ();
}
public function get AfterDamage () : Identity

Property Value

Type: Microsoft.Windows.Design.Documents.Identities.Identity
The identity of the item in the collection after the damage or nulla null reference (Nothing in Visual Basic) if the damage was after the last item. For example, you can insert an item at the end of the collection.

.NET Framework Security

See Also

Reference

CollectionDamageIdentity Class

CollectionDamageIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility