Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Converts the specified string to a corresponding enum value.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Overrides Function ConvertFromStringToEnum ( _
value As String _
) As StringComparisonOperator
protected override StringComparisonOperator ConvertFromStringToEnum(
string value
)
protected:
virtual StringComparisonOperator ConvertFromStringToEnum(
String^ value
) override
abstract ConvertFromStringToEnum :
value:string -> StringComparisonOperator
override ConvertFromStringToEnum :
value:string -> StringComparisonOperator
protected override function ConvertFromStringToEnum(
value : String
) : StringComparisonOperator
Parameters
value
Type: StringThe string value to convert.
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.StringComparisonOperator
The enum corresponding to the specified string value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.