Share via


IBraceCompletionSession.ClosingPoint Property

Definition

Gets the ending point of the session.

public:
 property Microsoft::VisualStudio::Text::ITrackingPoint ^ ClosingPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITrackingPoint ^ ClosingPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingPoint ClosingPoint { get; }
member this.ClosingPoint : Microsoft.VisualStudio.Text.ITrackingPoint
Public ReadOnly Property ClosingPoint As ITrackingPoint

Property Value

Returns ITrackingPoint.

Remarks

The OpeningPoint and ClosingPoint are used to determine if the caret is within the session. If either one is null after Start has been called the session will be removed from the stack.

Applies to