Partager via


CompletionSet.MatchCompletionList, méthode

Correspond à la liste de saisie semi-automatique.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Protected Function MatchCompletionList ( _
    completionList As IList(Of Completion), _
    matchType As CompletionMatchType, _
    caseSensitive As Boolean _
) As CompletionSet.CompletionMatchResult
protected CompletionSet.CompletionMatchResult MatchCompletionList(
    IList<Completion> completionList,
    CompletionMatchType matchType,
    bool caseSensitive
)
protected:
CompletionSet::CompletionMatchResult^ MatchCompletionList(
    IList<Completion^>^ completionList, 
    CompletionMatchType matchType, 
    bool caseSensitive
)
member MatchCompletionList : 
        completionList:IList<Completion> * 
        matchType:CompletionMatchType * 
        caseSensitive:bool -> CompletionSet.CompletionMatchResult
protected function MatchCompletionList(
    completionList : IList<Completion>, 
    matchType : CompletionMatchType, 
    caseSensitive : boolean
) : CompletionSet.CompletionMatchResult

Paramètres

  • completionList
    Type : IList<Completion>

    Liste des saisies semi-automatiques.

  • caseSensitive
    Type : Boolean

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

Valeur de retour

Type : Microsoft.VisualStudio.Language.Intellisense.CompletionSet.CompletionMatchResult
CompletionSelectionStatus .

Exceptions

Exception Condition
InvalidOperationException

Étendue à laquelle cette saisie semi-automatique s'applique est nul L.

Sécurité .NET Framework

Voir aussi

Référence

CompletionSet Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms