CompletionSet.CompletionMatchResult.CharsMatchedCount 属性

获取或设置在完全匹配的字符数设置。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public Property CharsMatchedCount As Integer
public int CharsMatchedCount { get; set; }
public:
property int CharsMatchedCount {
    int get ();
    void set (int value);
}
member CharsMatchedCount : int with get, set
function get CharsMatchedCount () : int 
function set CharsMatchedCount (value : int)

属性值

类型:Int32
字符数完成项匹配。

.NET Framework 安全性

请参阅

参考

CompletionSet.CompletionMatchResult 类

Microsoft.VisualStudio.Language.Intellisense 命名空间