IPeekResultQuery.Results 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.
An observable collection of IPeekResults for the given query.
public:
property System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::IPeekResult ^> ^ Results { System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::IPeekResult ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.IPeekResult> Results { get; }
member this.Results : System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.IPeekResult>
Public ReadOnly Property Results As ReadOnlyObservableCollection(Of IPeekResult)
Property Value
Returns ReadOnlyObservableCollection<T>.