NestedPeekTriggeredEventArgs.TrackingPoint 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 ITrackingPoint at which nested Peek was invoked.
public:
property Microsoft::VisualStudio::Text::ITrackingPoint ^ TrackingPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITrackingPoint ^ TrackingPoint { Microsoft::VisualStudio::Text::ITrackingPoint ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingPoint TrackingPoint { get; }
member this.TrackingPoint : Microsoft.VisualStudio.Text.ITrackingPoint
Public ReadOnly Property TrackingPoint As ITrackingPoint
Property Value
Returns ITrackingPoint.