IBuildServer.GetEnumValue Method
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
'Declaration
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.TypeThe type of the returned enumeration.
displayText
Type: System.StringThe localized display text.
defaultValue
Type: System.ObjectThe 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.