HtmlDocument.HtmlTags Property

Definition

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::TestTools::WebTesting::HtmlTag ^> ^ HtmlTags { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::TestTools::WebTesting::HtmlTag ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag> HtmlTags { get; }
member this.HtmlTags : seq<Microsoft.VisualStudio.TestTools.WebTesting.HtmlTag>
Public ReadOnly Property HtmlTags As IEnumerable(Of HtmlTag)

Property Value

Applies to