CompletionSet.MatchCompletionList Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.
- matchType
- CompletionMatchType
- caseSensitive
- Boolean
eşleşme büyük/küçük harfe duyarlıysa true , aksi takdirde false.
Döndürülenler
Bir CompletionSet.CompletionMatchResult.
Özel durumlar
Bu tamamlanmanın geçerli olduğu Aralık null.