CompletionSet.WritableCompletionBuilders 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 completion builders.
protected:
property Microsoft::VisualStudio::Language::Intellisense::BulkObservableCollection<Microsoft::VisualStudio::Language::Intellisense::Completion ^> ^ WritableCompletionBuilders { Microsoft::VisualStudio::Language::Intellisense::BulkObservableCollection<Microsoft::VisualStudio::Language::Intellisense::Completion ^> ^ get(); };
protected Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Microsoft.VisualStudio.Language.Intellisense.Completion> WritableCompletionBuilders { get; }
member this.WritableCompletionBuilders : Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Microsoft.VisualStudio.Language.Intellisense.Completion>
Protected ReadOnly Property WritableCompletionBuilders As BulkObservableCollection(Of Completion)
Property Value
A Microsoft.VisualStudio.Language.Intellisense.ObservableCollection`1 of Completion objects.