IBracePairTag.End Property
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.
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)