HtmlTag.GetAttributeValue 方法

获取指定特性的值。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Function GetAttributeValue ( _
    attributeName As String _
) As HtmlAttribute
public HtmlAttribute GetAttributeValue(
    string attributeName
)
public:
HtmlAttribute^ GetAttributeValue(
    String^ attributeName
)
member GetAttributeValue : 
        attributeName:string -> HtmlAttribute 
public function GetAttributeValue(
    attributeName : String
) : HtmlAttribute

参数

  • attributeName
    类型:System.String
    属性名。用作查找属性值的关键字。

返回值

类型:Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
HtmlAttribute 对象。

备注

如果字典中没有该关键字, 则此方法返回 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

HtmlTag 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间