다음을 통해 공유


HtmlEdit.MaxLength 속성

이 편집 컨트롤의 내용에 대한 최대 길이를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
어셈블리:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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 보안

참고 항목

참조

HtmlEdit 클래스

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