CompletionSet.WritableCompletions Property

Definition

Gets the ObservableCollection of writable completions.

protected:
 property Microsoft::VisualStudio::Language::Intellisense::BulkObservableCollection<Microsoft::VisualStudio::Language::Intellisense::Completion ^> ^ WritableCompletions { Microsoft::VisualStudio::Language::Intellisense::BulkObservableCollection<Microsoft::VisualStudio::Language::Intellisense::Completion ^> ^ get(); };
protected Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Microsoft.VisualStudio.Language.Intellisense.Completion> WritableCompletions { get; }
member this.WritableCompletions : Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Microsoft.VisualStudio.Language.Intellisense.Completion>
Protected ReadOnly Property WritableCompletions As BulkObservableCollection(Of Completion)

Property Value

A BulkObservableCollection<T> of Completion objects.

Applies to