IPeekResultQuery::Results Property

Visual Studio 2015
 

An observable collection of IPeekResults for the given query.

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

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