IBraceCompletionSession.OpeningPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.