IPeekSession::PeekableItems Property

Visual Studio 2015
 

Gets the collection of IPeekableItem objects.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property ReadOnlyObservableCollection<IPeekableItem^>^ PeekableItems {
	ReadOnlyObservableCollection<IPeekableItem^>^ get();
}
Return to top
Show: