Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A persistent unique identity that can be used as a key in a dictionary.
Namespace:  Microsoft.Windows.Design.Documents.Identities
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustInherit Class Identity
'Usage
Dim instance As Identity
public abstract class Identity
public ref class Identity abstract
public abstract class Identity
Inheritance Hierarchy
System.Object
  Microsoft.Windows.Design.Documents.Identities.Identity
    Microsoft.Windows.Design.Documents.Identities.AttachedEventIdentity
    Microsoft.Windows.Design.Documents.Identities.CollectionContentIdentity
    Microsoft.Windows.Design.Documents.Identities.CompositeIdentity
    Microsoft.Windows.Design.Documents.Identities.ConverterTextIdentity
    Microsoft.Windows.Design.Documents.Identities.IdentityWrapper<T>
    Microsoft.Windows.Design.Documents.Identities.KeyIdentity
    Microsoft.Windows.Design.Documents.Identities.NamePropertyIdentity
    Microsoft.Windows.Design.Documents.Identities.RootIdentity
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
Microsoft.Windows.Design.Documents.Identities Namespace