Share via


IBraceCompletionSession.OpeningPoint Property

Definition

Gets the starting point of the session.

public:
 property Microsoft::VisualStudio::Text::ITrackingPoint ^ OpeningPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITrackingPoint ^ OpeningPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingPoint OpeningPoint { get; }
member this.OpeningPoint : Microsoft.VisualStudio.Text.ITrackingPoint
Public ReadOnly Property OpeningPoint 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.

Applies to