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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。