This documentation is archived and is not being maintained.

PendingChange::GetLocalizedStringForLockLevel Method

Gets the localized string for the lock level.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
static String^ GetLocalizedStringForLockLevel(
	LockLevel lockLevel
)

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.

Show: