Compartilhar via


IBracePairTag Interface

Definição

Cuidado

Class has not been finalized and may change without warning.

Um ITag que indica o local de um par de chaves

[System.Obsolete("Class has not been finalized and may change without warning.")]
public interface IBracePairTag : Microsoft.VisualStudio.Text.Tagging.ITag
[<System.Obsolete("Class has not been finalized and may change without warning.")>]
type IBracePairTag = interface
    interface ITag
Public Interface IBracePairTag
Implements ITag
Derivado
Atributos
Implementações

Propriedades

End
Obsoleto.

O local da chave de fechamento. Quando a propriedade é nula, a marca indica uma correspondência de par de chaves inválida com apenas uma chave de abertura.

Start
Obsoleto.

O local da chave de abertura. Quando a propriedade é nula, a marca indica uma correspondência de par de chaves inválida com apenas uma chave de fechamento.

Aplica-se a