CompletionSet.CompletionBuilders Property
Gets or sets the list of completion builders that are part of this completion set.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'宣言
Public Overridable ReadOnly Property CompletionBuilders As IList(Of Completion)
public virtual IList<Completion> CompletionBuilders { get; }
public:
virtual property IList<Completion^>^ CompletionBuilders {
IList<Completion^>^ get ();
}
abstract CompletionBuilders : IList<Completion>
override CompletionBuilders : IList<Completion>
function get CompletionBuilders () : IList<Completion>
Property Value
Type: System.Collections.Generic.IList<Completion>
A list of Completion objects.
Remarks
Completion builders are completions that are displayed separately from the other completions in the completion set. In the default presentation, completion builders appear in a non-scrolled list above the scrolled list of completions.
Note
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.