CompletionSet::WritableCompletions Property
Visual Studio 2015
Gets the collection of writable completions.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
protected: property BulkObservableCollection<Completion^>^ WritableCompletions { BulkObservableCollection<Completion^>^ get(); }
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense::BulkObservableCollection<Completion^>^A BulkObservableCollection<T> of Completion objects.
Show: