BracePairTag Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |