Classe TextRangeIdentity

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Uma identidade exclusiva por um intervalo de texto na fonte.

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

Sintaxe

Public Class TextRangeIdentity _
    Inherits IdentityWrapper(Of TextRange) _
    Implements IComparable

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

Hierarquia de herança

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

Acesso thread-safe

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Membros TextRangeIdentity

Namespace Microsoft.Windows.Design.Documents.Identities

Outros recursos

Extensibilidade do WPF Designer