ICompletionSession.CompletionSets 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.
Gets the collection of CompletionSet objects.
public:
property System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::CompletionSet ^> ^ CompletionSets { System::Collections::ObjectModel::ReadOnlyObservableCollection<Microsoft::VisualStudio::Language::Intellisense::CompletionSet ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.CompletionSet> CompletionSets { get; }
member this.CompletionSets : System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.VisualStudio.Language.Intellisense.CompletionSet>
Public ReadOnly Property CompletionSets As ReadOnlyObservableCollection(Of CompletionSet)
Property Value
A ReadOnlyObservableCollection<T> of CompletionSet objects.