IBracePairTag.Start 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 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)