Udostępnij za pośrednictwem


TextRangeIdentity 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 is unique by a text range in the source.

The TextRangeIdentity type exposes the following members.

Constructors

 

Name

Description

Public method

TextRangeIdentity

Initializes a new instance of the TextRangeIdentity class.

Top

Methods

 

Name

Description

Public method

CompareTo

Implements comparisons to other identities.

Public method

Equals

(Overrides IdentityWrapper<T>.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

(Overrides IdentityWrapper<T>.GetHashCode().)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from IdentityWrapper<T>.)

Top

Operators

 

Name

Description

Public operatorStatic member

Equality

Determines whether two specified text range identities are equal.

Public operatorStatic member

GreaterThan

Determines whether the first specified text range identity is greater than the second.

Public operatorStatic member

Inequality

Determines whether two specified text range identities are not equal.

Public operatorStatic member

LessThan

Determines whether the first specified text range identity is less than the second.

Top

Properties

 

Name

Description

Public property

SimpleName

Gets the simple name. (Overrides Identity.SimpleName.)

Public property

TextRange

Gets the text range used for the identity.

Protected property

Value

Gets the value for descendants. (Inherited from IdentityWrapper<T>.)

Top

See Also

Reference

TextRangeIdentity Class

Microsoft.Windows.Design.Documents.Identities Namespace