HtmlTag.GetAttributeValue, méthode
Obtient la valeur de l'attribut spécifié.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
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
Paramètres
- attributeName
Type : System.String
Nom de l'attribut.Utilisé comme clé pour rechercher la valeur d'attribut.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
Objet HtmlAttribute.
Notes
Si la clé n'existe pas dans le dictionnaire, cette méthode retourne nullune référence null (Nothing en Visual Basic).
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.