CompletionSet::WritableCompletions Property

 

Gets the collection of writable completions.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

protected:
property BulkObservableCollection<Completion^>^ WritableCompletions {
	BulkObservableCollection<Completion^>^ get();
}
Return to top
Show: