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


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

Gets the starting point of the session.

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

Синтаксис

'Декларация
ReadOnly Property OpeningPoint As ITrackingPoint
ITrackingPoint OpeningPoint { get; }
property ITrackingPoint^ OpeningPoint {
    ITrackingPoint^ get ();
}
abstract OpeningPoint : ITrackingPoint with get
function get OpeningPoint () : 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 - пространство имен