CompletionSet Constructor (String^, String^, ITrackingSpan^, IEnumerable<Completion^>^, IEnumerable<Completion^>^)
Visual Studio 2015
Initializes a new instance of CompletionSet with the specified name and text.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public:
CompletionSet(
String^ moniker,
String^ displayName,
ITrackingSpan^ applicableTo,
IEnumerable<Completion^>^ completions,
IEnumerable<Completion^>^ completionBuilders
)
Parameters
- moniker
-
Type:
System::String^
The unique, non-localized identifier for the completion set.
- displayName
-
Type:
System::String^
The localized name of the completion set.
- applicableTo
-
Type:
Microsoft.VisualStudio.Text::ITrackingSpan^
The tracking span to which the completions apply.
- completions
-
Type:
System.Collections.Generic::IEnumerable<Completion^>^
The list of completions.
- completionBuilders
-
Type:
System.Collections.Generic::IEnumerable<Completion^>^
The list of completion builders.
Show: