CompletionSet.WritableCompletionBuilders Property

Definition

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.

Applies to