BaseEnumStringConverter<T>.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)
Syntax
'Declaration
Protected MustOverride Function PopulateStandardValues As String()
protected abstract string[] PopulateStandardValues()
protected:
virtual array<String^>^ PopulateStandardValues() abstract
abstract PopulateStandardValues : unit -> string[]
protected abstract function PopulateStandardValues() : String[]
Return Value
Type: array<System.String[]
A string array that has 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.