PendingChange.GetLocalizedStringForChangeType Method (ChangeType)
Creates a user-readable localized string for the change type.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Function GetLocalizedStringForChangeType ( _
type As ChangeType _
) As String
public static string GetLocalizedStringForChangeType(
ChangeType type
)
public:
static String^ GetLocalizedStringForChangeType(
ChangeType type
)
static member GetLocalizedStringForChangeType :
type:ChangeType -> string
public static function GetLocalizedStringForChangeType(
type : ChangeType
) : String
Parameters
- type
Type: Microsoft.TeamFoundation.VersionControl.Client.ChangeType
The change type to convert to a localized string.
Return Value
Type: System.String
The localized string. May be an empty string if the input was ChangeType.None.
.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.