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 or sets the list of completions that are part of this completion set.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Completions As IList(Of Completion)
public virtual IList<Completion> Completions { get; }
public:
virtual property IList<Completion^>^ Completions {
IList<Completion^>^ get ();
}
abstract Completions : IList<Completion>
override Completions : IList<Completion>
function get Completions () : IList<Completion>
Property Value
Type: System.Collections.Generic.IList<Completion>
A list of Completion objects.
Remarks
When you override this property, you must implement INotifyCollectionChanged.
.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.