BracePairTag クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 |
古い.
左中かっこの位置。 |