다음을 통해 공유


WinEdit.MaxLength 속성

이 편집 컨트롤에 입력할 수 있는 최대 문자 수를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
어셈블리:  Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.dll)

구문

‘선언
Public Overridable ReadOnly Property MaxLength As Integer
public virtual int MaxLength { get; }
public:
virtual property int MaxLength {
    int get ();
}
abstract MaxLength : int with get 
override MaxLength : int with get
function get MaxLength () : int

속성 값

형식: Int32
이 편집 컨트롤에 입력할 수 있는 최대 문자 수입니다.

.NET Framework 보안

참고 항목

참조

WinEdit 클래스

Microsoft.VisualStudio.TestTools.UITesting.WinControls 네임스페이스