다음을 통해 공유


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 네임스페이스