Partilhar via


Propriedade HtmlTagInnerText.BeginOffset

Obtém o deslocamento do início do texto interno do documento.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: System.Int32
O deslocamento do início do texto interno do documento.

Segurança do .NET Framework

Consulte também

Referência

HtmlTagInnerText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting