IBraceCompletionSession.ClosingPoint 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.
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.