BracePairTag 类

定义

注意

Class has not been finalized and may change without warning.

的实现 IBracePairTag

[System.Obsolete("Class has not been finalized and may change without warning.")]
public class BracePairTag : Microsoft.VisualStudio.Text.Tagging.IBracePairTag
[<System.Obsolete("Class has not been finalized and may change without warning.")>]
type BracePairTag = class
    interface IBracePairTag
    interface ITag
Public Class BracePairTag
Implements IBracePairTag
继承
BracePairTag
属性
实现

构造函数

BracePairTag(Nullable<SnapshotSpan>, Nullable<SnapshotSpan>)
已过时.

Create与大括号对关联的标记。

属性

End
已过时.

右大括号的位置。

Start
已过时.

左大括号的位置。

适用于