CompletionSet.WritableCompletions 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 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.