HtmlTag.Attributes Property

Definition

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::WebTesting::HtmlAttribute ^> ^ Attributes { System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::WebTesting::HtmlAttribute ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute>
Public ReadOnly Property Attributes As IList(Of HtmlAttribute)

Property Value

Applies to