Gets an enumeration value from corresponding localized display text.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Function GetEnumValue ( _
    enumType As Type, _
    displayText As String, _
    defaultValue As Object _
) As Object
Object GetEnumValue(
    Type enumType,
    string displayText,
    Object defaultValue
)
Object^ GetEnumValue(
    Type^ enumType, 
    String^ displayText, 
    Object^ defaultValue
)
abstract GetEnumValue : 
        enumType:Type * 
        displayText:string * 
        defaultValue:Object -> Object 
function GetEnumValue(
    enumType : Type, 
    displayText : String, 
    defaultValue : Object
) : Object
Parameters
- enumType
 Type: System.Type
 The type of the returned enumeration.
- displayText
 Type: System.String
 The localized display text.
- defaultValue
 Type: System.Object
 The default value - returned if the display text cannot be converted.
Return Value
Type: System.Object
The corresponding enumeration value, or defaultValue if the conversion is unsuccessful.
.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.