ItemIdentity Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An identity that combines a TextRange identity with a type.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class ItemIdentity _
Inherits TextRangeIdentity
'Usage
Dim instance As ItemIdentity
public class ItemIdentity : TextRangeIdentity
public ref class ItemIdentity : public TextRangeIdentity
public class ItemIdentity extends TextRangeIdentity
Remarks
The ItemIdentity class forms the basis for almost all item identities where the item comes from a text file.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Identities.Identity
Microsoft.Windows.Design.Documents.Identities.IdentityWrapper<TextRange>
Microsoft.Windows.Design.Documents.Identities.TextRangeIdentity
Microsoft.Windows.Design.Documents.Identities.ItemIdentity
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