CompletionSet.MatchCompletionList(IList<Completion>, CompletionMatchType, Boolean) Méthode

Définition

Correspond à la liste de saisie semi-automatique.

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

Paramètres

completionList
IList<Completion>

Liste des saisies semi-automatiques.

caseSensitive
Boolean

true si la correspondance respecte la casse ; sinon, false.

Retours

CompletionSet.CompletionMatchResult

CompletionSet.CompletionMatchResult

Exceptions

L’étendue à laquelle cette saisie semi-automatique s’applique a la valeur null.

S’applique à