ItemIdentity Members
Include Protected Members
Include Inherited Members
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.
The ItemIdentity type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ItemIdentity class.
Top
Methods
Name
Description
Implements comparisons to other identities. (Inherited from TextRangeIdentity.)
(Overrides TextRangeIdentity.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
(Overrides TextRangeIdentity.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
(Overrides IdentityWrapper<T>.ToString().)
Top
Properties
Name
Description
Gets the simple name. (Inherited from TextRangeIdentity.)
Gets the text range used for the identity. (Inherited from TextRangeIdentity.)
Gets the value for descendants. (Inherited from IdentityWrapper<T>.)
Top