PeekSessionCreationOptions::TriggerPoint Property

Visual Studio 2015
 

The point in the text buffer at which a Peek session is requested.

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

public:
property ITrackingPoint^ TriggerPoint {
	[CompilerGeneratedAttribute]
	ITrackingPoint^ get();
	[CompilerGeneratedAttribute]
	private: void set(ITrackingPoint^ value);
}

Property Value

Type: Microsoft.VisualStudio.Text::ITrackingPoint^

The point in the text buffer at which a Peek session is requested.

Return to top
Show: