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 string for the lock level.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Shared Function GetLocalizedStringForLockLevel ( _
lockLevel As LockLevel _
) As String
public static string GetLocalizedStringForLockLevel(
LockLevel lockLevel
)
public:
static String^ GetLocalizedStringForLockLevel(
LockLevel lockLevel
)
static member GetLocalizedStringForLockLevel :
lockLevel:LockLevel -> string
public static function GetLocalizedStringForLockLevel(
lockLevel : LockLevel
) : String
Parameters
- lockLevel
Type: Microsoft.TeamFoundation.VersionControl.Client.LockLevel
The lock level to convert to a localized string.
Return Value
Type: System.String
The localized string. May be an empty string if the input was LockLevel.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.