CompletionSet::WritableCompletionBuilders Property

 

Gets the collection of writable completion builders.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: