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