Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.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.