WebTestResponseCodeConverter.ConvertFromStringToEnum, méthode
Convertit la chaîne spécifiée en valeur enum correspondante.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Protected Overrides Function ConvertFromStringToEnum ( _
value As String _
) As WebTestResponseCode
protected override WebTestResponseCode ConvertFromStringToEnum(
string value
)
protected:
virtual WebTestResponseCode ConvertFromStringToEnum(
String^ value
) override
abstract ConvertFromStringToEnum :
value:string -> WebTestResponseCode
override ConvertFromStringToEnum :
value:string -> WebTestResponseCode
protected override function ConvertFromStringToEnum(
value : String
) : WebTestResponseCode
Paramètres
- value
Type : System.String
Valeur de chaîne à convertir.
Valeur de retour
Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponseCode
enum qui correspond à la valeur de chaîne spécifiée.
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.