This documentation is archived and is not being maintained.

PendingChange::GetLocalizedStringForChangeType Method (ChangeType, Boolean)

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)

public:
static String^ GetLocalizedStringForChangeType(
	ChangeType type, 
	bool showLock
)

Parameters

type
Type: Microsoft.TeamFoundation.VersionControl.Client::ChangeType

The change type to convert to a localized string.

showLock
Type: System::Boolean

True to show the lock change type in a string. False not to show.

Return Value

Type: System::String
The localized string. May be an empty string if the input was ChangeType.None.

Show: