共用方式為


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
已淘汰.

右大括弧的位置。 當 property 為 null 時,卷標表示只有左大括弧的括號相符無效。

Start
已淘汰.

左大括弧的位置。 當 property 為 null 時,卷標表示只有右大括弧的括號相符無效。

適用於