IBracePairTag 接口

定义

注意

Class has not been finalized and may change without warning.

一个 ITag ,表示大括号对的位置

[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
派生
属性
实现

属性

End
已过时.

右大括号的位置。 当 属性为 null 时,标记指示只有左大括号的无效大括号对匹配。

Start
已过时.

左大括号的位置。 当 属性为 null 时,标记指示只有右大括号的大括号对匹配无效。

适用于