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 enum value to a string that is representative of this enum value.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Overrides Function ConvertFromEnumToString ( _
value As ForLoopComparisonOperator _
) As String
protected override string ConvertFromEnumToString(
ForLoopComparisonOperator value
)
protected:
virtual String^ ConvertFromEnumToString(
ForLoopComparisonOperator value
) override
abstract ConvertFromEnumToString :
value:ForLoopComparisonOperator -> string
override ConvertFromEnumToString :
value:ForLoopComparisonOperator -> string
protected override function ConvertFromEnumToString(
value : ForLoopComparisonOperator
) : String
Parameters
value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ForLoopComparisonOperatorThe enum value to convert.
Return Value
Type: String
A string representation of the specified enum 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.