IBracePairTag 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 时,标记指示只有右大括号的大括号对匹配无效。 |