Information
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.

StringComparisonOperatorConverter::PopulateStandardValues Method ()

 

Returns a string array that has the string representation of all possible enum values.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

protected:
virtual array<String^>^ PopulateStandardValues() override

Return Value

Type: array<System::String^>^

A string array that has the string representation of all possible enum values.

This method is called only one time.

Return to top
Show: