CompletionSet.MatchCompletionList Yöntem

Tanım

Tamamlama listesiyle eşleşir.

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

Parametreler

completionList
IList<Completion>

Tamamlamaların listesi.

caseSensitive
Boolean

eşleşme büyük/küçük harfe duyarlıysa true , aksi takdirde false.

Döndürülenler

CompletionSet.CompletionMatchResult

Bir CompletionSet.CompletionMatchResult.

Özel durumlar

Bu tamamlanmanın geçerli olduğu Aralık null.

Şunlara uygulanır