Share via


NestedPeekTriggeredEventArgs.PeekableItems Property

Definition

Gets the collection of IPeekableItem objects.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::IPeekableItem ^> ^ PeekableItems { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Language::Intellisense::IPeekableItem ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Language.Intellisense.IPeekableItem> PeekableItems { get; }
member this.PeekableItems : seq<Microsoft.VisualStudio.Language.Intellisense.IPeekableItem>
Public ReadOnly Property PeekableItems As IEnumerable(Of IPeekableItem)

Property Value

Returns IEnumerable<T>.

Applies to