Share via


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)

Syntax

'Declaration
Protected ReadOnly Property WritableCompletions As BulkObservableCollection(Of Completion)
protected BulkObservableCollection<Completion> WritableCompletions { get; }
protected:
property BulkObservableCollection<Completion^>^ WritableCompletions {
    BulkObservableCollection<Completion^>^ get ();
}
member WritableCompletions : BulkObservableCollection<Completion> with get
function get WritableCompletions () : BulkObservableCollection<Completion>

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Completion>
A BulkObservableCollection<T> of Completion objects.

.NET Framework Security

See Also

Reference

CompletionSet Class

Microsoft.VisualStudio.Language.Intellisense Namespace