CompletionMatchType 列舉類型
定義可對完成項目執行的比對型別。
命名空間: Microsoft.VisualStudio.Language.Intellisense
組件: Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
語法
'宣告
Public Enumeration CompletionMatchType
public enum CompletionMatchType
public enum class CompletionMatchType
type CompletionMatchType
public enum CompletionMatchType
成員
成員名稱 | 描述 | |
---|---|---|
MatchDisplayText | 比對完成的顯示文字。 | |
MatchInsertionText | 比對完成的插入文字。 |