共用方式為


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 安全性

請參閱

參考

CompletionSet 類別

SelectBestMatch 多載

Microsoft.VisualStudio.Language.Intellisense 命名空間