This documentation is archived and is not being maintained.
PendingChange::GetLocalizedStringForLockLevel Method
Visual Studio 2013
Gets the localized string for the lock level.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- lockLevel
- Type: Microsoft.TeamFoundation.VersionControl.Client::LockLevel
The lock level to convert to a localized string.
Return Value
Type: System::StringThe localized string. May be an empty string if the input was LockLevel.None.
- 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.
Show: