Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.