IPeekResultQuery::Results Property
Visual Studio 2015
An observable collection of IPeekResults for the given query.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ReadOnlyObservableCollection<IPeekResult^>^ Results {
ReadOnlyObservableCollection<IPeekResult^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<IPeekResult^>^Returns ReadOnlyObservableCollection<T>.
Show: