Compartir a través de


HtmlAttributeWithOffsets.EndOffset (Propiedad)

Obtiene o establece el desplazamiento del último carácter de un atributo HTML dentro de un documento HTML.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property EndOffset As Integer
public int EndOffset { get; set; }
public:
property int EndOffset {
    int get ();
    void set (int value);
}
member EndOffset : int with get, set
function get EndOffset () : int
function set EndOffset (value : int)

Valor de propiedad

Tipo: System.Int32
Un valor que representa un desplazamiento de atributo HTML.

Seguridad de .NET Framework

Vea también

Referencia

HtmlAttributeWithOffsets Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)