Поделиться через


IBraceCompletionSession.ClosingPoint - свойство

Gets the ending point of the session.

Пространство имен:  Microsoft.VisualStudio.Text.BraceCompletion
Сборка:  Microsoft.VisualStudio.Text.UI (в Microsoft.VisualStudio.Text.UI.dll)

Синтаксис

'Декларация
ReadOnly Property ClosingPoint As ITrackingPoint
ITrackingPoint ClosingPoint { get; }
property ITrackingPoint^ ClosingPoint {
    ITrackingPoint^ get ();
}
abstract ClosingPoint : ITrackingPoint with get
function get ClosingPoint () : ITrackingPoint

Значение свойства

Тип: Microsoft.VisualStudio.Text.ITrackingPoint
Returns ITrackingPoint.

Заметки

The OpeningPoint and ClosingPoint are used to determine if the caret is within the session. If either one is nullссылка NULL (Nothing в Visual Basic) after Start has been called, the session is removed from the stack.

Безопасность платформы .NET Framework

См. также

Ссылки

IBraceCompletionSession Интерфейс

Microsoft.VisualStudio.Text.BraceCompletion - пространство имен