Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property IEnumerable<HtmlTag^>^ HtmlTags {
	IEnumerable<HtmlTag^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<HtmlTag^>^

An IEnumerable<T> object that contains HTML tags.

Return to top
Show: