The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ForLoopComparisonOperatorConverter::ConvertFromEnumToString Method (ForLoopComparisonOperator)
Converts the specified enum value to a string that is representative of this enum value.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
protected: virtual String^ ConvertFromEnumToString( ForLoopComparisonOperator value ) override
Parameters
- value
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::ForLoopComparisonOperator
The enum value to convert.
Show: