HtmlAttributeWithOffsets Class
Extends the basic HtmlAttribute and tracks the beginning and ending offsets within an HTML document.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Class HtmlAttributeWithOffsets _
Inherits HtmlAttribute
'Usage
Dim instance As HtmlAttributeWithOffsets
public class HtmlAttributeWithOffsets : HtmlAttribute
public ref class HtmlAttributeWithOffsets : public HtmlAttribute
public class HtmlAttributeWithOffsets extends HtmlAttribute
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttributeWithOffsets
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
HtmlAttributeWithOffsets Members
Microsoft.VisualStudio.TestTools.WebTesting Namespace