IBraceCompletionSession.ClosingPoint, propriété

Gets the ending point of the session.

Espace de noms :  Microsoft.VisualStudio.Text.BraceCompletion
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
ReadOnly Property ClosingPoint As ITrackingPoint
ITrackingPoint ClosingPoint { get; }
property ITrackingPoint^ ClosingPoint {
    ITrackingPoint^ get ();
}
abstract ClosingPoint : ITrackingPoint with get
function get ClosingPoint () : ITrackingPoint

Valeur de propriété

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

Notes

The OpeningPoint and ClosingPoint are used to determine if the caret is within the session. If either one is nullune référence null (Nothing en Visual Basic) after Start has been called, the session is removed from the stack.

Sécurité .NET Framework

Voir aussi

Référence

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion, espace de noms