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> with get
override Completions : IList<Completion> with get
function get Completions () : IList<Completion>
Property Value
Type: 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.