NestedPeekTriggeredEventArgs Constructor
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.
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.