Udostępnij za pośrednictwem


TextRangeIdentity Class

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.

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

Syntax

'Declaration
Public Class TextRangeIdentity _
    Inherits IdentityWrapper(Of TextRange) _
    Implements IComparable
'Usage
Dim instance As TextRangeIdentity
public class TextRangeIdentity : IdentityWrapper<TextRange>, 
    IComparable
public ref class TextRangeIdentity : public IdentityWrapper<TextRange^>, 
    IComparable
public class TextRangeIdentity extends IdentityWrapper<TextRange> implements IComparable

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

TextRangeIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility