HtmlTag.GetAttributeValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::VisualStudio::TestTools::WebTesting::HtmlAttribute ^ GetAttributeValue(System::String ^ attributeName);
public Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute GetAttributeValue (string attributeName);
member this.GetAttributeValue : string -> Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
Public Function GetAttributeValue (attributeName As String) As HtmlAttribute
Parameters
- attributeName
- String