CompletionSet.Completions Property

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

See Also

Reference

CompletionSet Class

Microsoft.VisualStudio.Language.Intellisense Namespace