次の方法で共有


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
古い.

左中かっこの位置。

適用対象