CompletionSet::MatchCompletionList Method (IList<Completion^>^, CompletionMatchType, Boolean)

 

Matches the completion list.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: