Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.