Condividi tramite


NestedPeekTriggeredEventArgs Constructor

Definition

Creates new instance of the NestedPeekTriggeredEventArgs.

public:
 NestedPeekTriggeredEventArgs(System::String ^ relationshipName, Microsoft::VisualStudio::Text::ITrackingPoint ^ trackingPoint, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::IPeekableItem ^> ^ peekableItems);
public NestedPeekTriggeredEventArgs (string relationshipName, Microsoft.VisualStudio.Text.ITrackingPoint trackingPoint, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.Intellisense.IPeekableItem> peekableItems);
new Microsoft.VisualStudio.Language.Intellisense.NestedPeekTriggeredEventArgs : string * Microsoft.VisualStudio.Text.ITrackingPoint * seq<Microsoft.VisualStudio.Language.Intellisense.IPeekableItem> -> Microsoft.VisualStudio.Language.Intellisense.NestedPeekTriggeredEventArgs
Public Sub New (relationshipName As String, trackingPoint As ITrackingPoint, peekableItems As IEnumerable(Of IPeekableItem))

Parameters

relationshipName
String

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

trackingPoint
ITrackingPoint

ITrackingPoint at which nested Peek was invoked.

peekableItems
IEnumerable<IPeekableItem>

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

Applies to