ForLoopComparisonOperatorConverter.PopulateStandardValues Method
Returns a string array together with the string representation of all possible enum values.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Overrides Function PopulateStandardValues As String()
protected override string[] PopulateStandardValues()
protected:
virtual array<String^>^ PopulateStandardValues() override
abstract PopulateStandardValues : unit -> string[]
override PopulateStandardValues : unit -> string[]
protected override function PopulateStandardValues() : String[]
Return Value
Type: array<String[]
A string array together with the string representation of all possible enum values.
Remarks
This method is called only one time.
.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.