IBraceCompletionSession.OpeningPoint Property

Gets the starting point of the session.

Namespace:  Microsoft.VisualStudio.Text.BraceCompletion
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property OpeningPoint As ITrackingPoint
ITrackingPoint OpeningPoint { get; }
property ITrackingPoint^ OpeningPoint {
    ITrackingPoint^ get ();
}
abstract OpeningPoint : ITrackingPoint with get
function get OpeningPoint () : ITrackingPoint

Property Value

Type: Microsoft.VisualStudio.Text.ITrackingPoint
Returns ITrackingPoint.

Remarks

The OpeningPoint and ClosingPoint are used to determine if the caret is within the session. If either one is nulla null reference (Nothing in Visual Basic) after Start has been called, the session is removed from the stack.

.NET Framework Security

See Also

Reference

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion Namespace