WebTestResponseCodeConverter.ConvertFromStringToEnum 方法
将指定字符串转换为相应的枚举值。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
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
参数
- value
类型:System.String
要转换的字符串值。
返回值
类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponseCode
与所指定字符串值相对应的枚举。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。