Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the localized display text for enumeration values, or the ToString() value.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function GetDisplayText ( _
value As Object _
) As String
string GetDisplayText(
Object value
)
String^ GetDisplayText(
Object^ value
)
abstract GetDisplayText :
value:Object -> string
function GetDisplayText(
value : Object
) : String
Parameters
value
Type: System.ObjectThe value for which display text is returned.
Return Value
Type: System.String
The localized display text.
.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.