ICompletionSession::CompletionSets Property
Visual Studio 2015
Gets the collection of CompletionSet objects.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
property ReadOnlyObservableCollection<CompletionSet^>^ CompletionSets {
ReadOnlyObservableCollection<CompletionSet^>^ get();
}
Property Value
Type: System.Collections.ObjectModel::ReadOnlyObservableCollection<CompletionSet^>^A ReadOnlyObservableCollection<T> of CompletionSet objects.
Show: