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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.