NestedPeekTriggeredEventArgs Constructor (String^, ITrackingPoint^, IEnumerable<IPeekableItem^>^)

Visual Studio 2015
 

Creates anew instance of NestedPeekTriggeredEventArgs.

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

public:
NestedPeekTriggeredEventArgs(
	String^ relationshipName,
	ITrackingPoint^ trackingPoint,
	IEnumerable<IPeekableItem^>^ peekableItems
)

Parameters

relationshipName
Type: System::String^

Case insensitive name of the relationship that was used to invoke nested Peek.

trackingPoint
Type: Microsoft.VisualStudio.Text::ITrackingPoint^

The tracking point.

peekableItems
Type: System.Collections.Generic::IEnumerable<IPeekableItem^>^

The list of the IPeekableItem objects that can provide results of the nested Peek invocation.

Return to top
Show: