次の方法で共有


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

右中かっこの位置。 プロパティが null の場合、タグは無効な中かっこのペアが左中かっこのみの一致を示します。

Start
古い.

左中かっこの位置。 プロパティが null の場合、タグは右中かっこのみの無効な中かっこペアの一致を示します。

適用対象