Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 ForLoopComparisonOperator
protected override ForLoopComparisonOperator ConvertFromStringToEnum(
string value
)
protected:
virtual ForLoopComparisonOperator ConvertFromStringToEnum(
String^ value
) override
abstract ConvertFromStringToEnum :
value:string -> ForLoopComparisonOperator
override ConvertFromStringToEnum :
value:string -> ForLoopComparisonOperator
protected override function ConvertFromStringToEnum(
value : String
) : ForLoopComparisonOperator
Parameters
value
Type: StringThe string value to convert.
Return Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ForLoopComparisonOperator
The enum that corresponds 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.