Share via


IBracePairTag.Start Property

Definition

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

public Microsoft.VisualStudio.Text.SnapshotSpan? Start { get; }
member this.Start : Nullable<Microsoft.VisualStudio.Text.SnapshotSpan>
Public ReadOnly Property Start As Nullable(Of SnapshotSpan)

Property Value

Applies to