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 with get
function get BeginOffset () : int
Property Value
Type: Int32
The beginning 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.