IPeekSession::PeekableItems Property
Visual Studio 2015
Gets the collection of IPeekableItem objects.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ReadOnlyObservableCollection<IPeekableItem^>^ PeekableItems {
ReadOnlyObservableCollection<IPeekableItem^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<IPeekableItem^>^Returns ReadOnlyObservableCollection<T>.
Show: