IPeekSession.PeekableItems Property

Definition

Gets the collection of IPeekableItem objects.

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

Property Value

Returns ReadOnlyObservableCollection<T>.

Applies to