NestedPeekTriggeredEventArgs::PeekableItems Property
Visual Studio 2015
Gets the collection of IPeekableItem objects.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property IEnumerable<IPeekableItem^>^ PeekableItems { [CompilerGeneratedAttribute] IEnumerable<IPeekableItem^>^ get(); [CompilerGeneratedAttribute] private: void set(IEnumerable<IPeekableItem^>^ value); }
Property Value
Type: System.Collections.Generic::IEnumerable<IPeekableItem^>^Returns IEnumerable<T>.
Show: