IBraceCompletionSession.ClosingPoint Property

Gets the ending point of the session.

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

Syntax

'Declaration
ReadOnly Property ClosingPoint As ITrackingPoint
ITrackingPoint ClosingPoint { get; }
property ITrackingPoint^ ClosingPoint {
    ITrackingPoint^ get ();
}
abstract ClosingPoint : ITrackingPoint with get
function get ClosingPoint () : 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