The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HtmlDocument::HtmlTags Property
Gets all the tags that are available in the document.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Property Value
Type: System.Collections.Generic::IEnumerable<HtmlTag^>^An IEnumerable<T> object that contains HTML tags.
Show: