Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
function get WritableCompletions () : BulkObservableCollection<Completion>
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Completion>
A BulkObservableCollection<T> of Completion objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.