HtmlTagWithOffsets.EndOffset, propriété
Obtient ou définit l'offset pour un crochet fermant HtmlTag dans un document HTML.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Property EndOffset As Integer
Get
Set
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)
Valeur de propriété
Type : System.Int32
Offset pour un crochet fermant pour HtmlTag.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.