CompletionSet.SelectBestMatch 方法 (CompletionMatchType, Boolean)
決定在完成設定特定的符合項目型別的最符合項目。
命名空間: Microsoft.VisualStudio.Language.Intellisense
組件: Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
語法
'宣告
Protected Sub SelectBestMatch ( _
matchType As CompletionMatchType, _
caseSensitive As Boolean _
)
protected void SelectBestMatch(
CompletionMatchType matchType,
bool caseSensitive
)
protected:
void SelectBestMatch(
CompletionMatchType matchType,
bool caseSensitive
)
member SelectBestMatch :
matchType:CompletionMatchType *
caseSensitive:bool -> unit
protected function SelectBestMatch(
matchType : CompletionMatchType,
caseSensitive : boolean
)
參數
caseSensitive
類型:Boolean如果比對區分大小寫,則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。