Share via


HtmlTagInnerText.BeginOffset Property

Gets the beginning offset of the inner text in the document.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property BeginOffset As Integer
public int BeginOffset { get; }
public:
property int BeginOffset {
    int get ();
}
member BeginOffset : int
function get BeginOffset () : int

Property Value

Type: System.Int32
The beginning offset of the inner text in the document.

.NET Framework Security

See Also

Reference

HtmlTagInnerText Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace