PeekSessionCreationOptions.TriggerPoint 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.
The point in the text buffer at which a Peek session is requested.
public:
property Microsoft::VisualStudio::Text::ITrackingPoint ^ TriggerPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITrackingPoint ^ TriggerPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingPoint TriggerPoint { get; }
member this.TriggerPoint : Microsoft.VisualStudio.Text.ITrackingPoint
Public ReadOnly Property TriggerPoint As ITrackingPoint
Property Value
The point in the text buffer at which a Peek session is requested.