Share via


HtmlTagInnerText.EndOffset Property

Gets the ending 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 EndOffset As Integer
public int EndOffset { get; }
public:
property int EndOffset {
    int get ();
}
member EndOffset : int
function get EndOffset () : int

Property Value

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

.NET Framework Security

See Also

Reference

HtmlTagInnerText Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace