IPeekSession.PeekableItems Property
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.
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>.