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 all the tags that are available in the document.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property HtmlTags As IEnumerable(Of HtmlTag)
public IEnumerable<HtmlTag> HtmlTags { get; }
public:
property IEnumerable<HtmlTag^>^ HtmlTags {
IEnumerable<HtmlTag^>^ get ();
}
member HtmlTags : IEnumerable<HtmlTag>
function get HtmlTags () : IEnumerable<HtmlTag>
Property Value
Type: System.Collections.Generic.IEnumerable<HtmlTag>
An IEnumerable<T> object that contains HTML tags.
.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.