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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.