ICompletionSession.CompletionSets Property

Definition

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.

Applies to