CompletionSet::MatchCompletionList Method (IList<Completion^>^, CompletionMatchType, Boolean)
Visual Studio 2015
Matches the completion list.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
protected: CompletionSet::CompletionMatchResult^ MatchCompletionList( IList<Completion^>^ completionList, CompletionMatchType matchType, bool caseSensitive )
Parameters
- completionList
-
Type:
System.Collections.Generic::IList<Completion^>^
The list of completions.
- matchType
-
Type:
Microsoft.VisualStudio.Language.Intellisense::CompletionMatchType
The CompletionMatchType.
- caseSensitive
-
Type:
System::Boolean
true if the match is case-sensitive, otherwise false.
| Exception | Condition |
|---|---|
| InvalidOperationException | The span to which this completion applies is null. |
Show: