CompletionSet.MatchCompletionList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Matches the completion list.
protected:
Microsoft::VisualStudio::Language::Intellisense::CompletionSet::CompletionMatchResult ^ MatchCompletionList(System::Collections::Generic::IList<Microsoft::VisualStudio::Language::Intellisense::Completion ^> ^ completionList, Microsoft::VisualStudio::Language::Intellisense::CompletionMatchType matchType, bool caseSensitive);
protected Microsoft.VisualStudio.Language.Intellisense.CompletionSet.CompletionMatchResult MatchCompletionList (System.Collections.Generic.IList<Microsoft.VisualStudio.Language.Intellisense.Completion> completionList, Microsoft.VisualStudio.Language.Intellisense.CompletionMatchType matchType, bool caseSensitive);
member this.MatchCompletionList : System.Collections.Generic.IList<Microsoft.VisualStudio.Language.Intellisense.Completion> * Microsoft.VisualStudio.Language.Intellisense.CompletionMatchType * bool -> Microsoft.VisualStudio.Language.Intellisense.CompletionSet.CompletionMatchResult
Protected Function MatchCompletionList (completionList As IList(Of Completion), matchType As CompletionMatchType, caseSensitive As Boolean) As CompletionSet.CompletionMatchResult
Parameters
- completionList
- IList<Completion>
The list of completions.
- matchType
- CompletionMatchType
The CompletionMatchType.
- caseSensitive
- Boolean
true
if the match is case-sensitive, otherwise false
.
Returns
A CompletionSet.CompletionMatchResult.
Exceptions
The span to which this completion applies is null.