IBracePairTag.End Property

Definition

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

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

Property Value

Applies to