This documentation is archived and is not being maintained.

PendingChange::GetLocalizedStringForItemType Method

Gets the localized string for the item type.

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

public:
static String^ GetLocalizedStringForItemType(
	ItemType type
)

Parameters

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

The item type to convert to a localized string.

Return Value

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

Show: