CompletionSet.MatchCompletionList Method

Definition

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.

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.

Applies to