Freigeben über


CompletionSet.MatchCompletionList-Methode

Entspricht der Vervollständigungsliste.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
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

Parameter

  • completionList
    Typ: IList<Completion>

    Die Liste der Vervollständigungen.

  • caseSensitive
    Typ: Boolean

    true, wenn beim Vergleich zwischen Groß- und Kleinschreibung unterschieden wird, andernfalls false.

Rückgabewert

Typ: Microsoft.VisualStudio.Language.Intellisense.CompletionSet.CompletionMatchResult
Ein CompletionSelectionStatus.

Ausnahmen

Ausnahme Bedingung
InvalidOperationException

Die Spanne, die auf diese Vervollständigung gilt, ist nulL.

.NET Framework-Sicherheit

Siehe auch

Referenz

CompletionSet Klasse

Microsoft.VisualStudio.Language.Intellisense-Namespace