Share via


BracePairTag Class

Definition

Caution

Class has not been finalized and may change without warning.

An implementation of 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
Inheritance
BracePairTag
Attributes
Implements

Constructors

BracePairTag(Nullable<SnapshotSpan>, Nullable<SnapshotSpan>)

Create a tag associated with a brace pair.

Properties

End

The position of the closing brace.

Start

The position of the opening brace.

Applies to