Share via


IBracePairTag Interface

Definition

Caution

Class has not been finalized and may change without warning.

An ITag that denotes the location of a brace pair

[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
Derived
Attributes
Implements

Properties

End

The location of the closing brace. When property is null, the tag indicates an invalid brace pair match with only an opening brace.

Start

The location of the opening brace. When property is null, the tag indicates an invalid brace pair match with only a closing brace.

Applies to