共用方式為


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

左大括弧的位置。

適用於