NestedPeekTriggeredEventArgs::TrackingPoint Property

Visual Studio 2015
 

Gets the ITrackingPoint at which nested Peek was invoked.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property ITrackingPoint^ TrackingPoint {
	[CompilerGeneratedAttribute]
	ITrackingPoint^ get();
	[CompilerGeneratedAttribute]
	private: void set(ITrackingPoint^ value);
}
Return to top
Show: