다음을 통해 공유


HtmlAttributeWithOffsets.BeginOffset 속성

HTML 문서 내에서 HTML 특성의 첫 번째 문자 오프셋을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Property BeginOffset As Integer
public int BeginOffset { get; set; }
public:
property int BeginOffset {
    int get ();
    void set (int value);
}
member BeginOffset : int with get, set
function get BeginOffset () : int 
function set BeginOffset (value : int)

속성 값

형식: Int32
HTML 특성 오프셋을 나타내는 값입니다.

.NET Framework 보안

참고 항목

참조

HtmlAttributeWithOffsets 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스