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)

Syntax

'Declaration
Public Shared Function GetLocalizedStringForItemType ( _
    type As ItemType _
) As String
public static string GetLocalizedStringForItemType(
    ItemType type
)
public:
static String^ GetLocalizedStringForItemType(
    ItemType type
)
static member GetLocalizedStringForItemType : 
        type:ItemType -> string
public static function GetLocalizedStringForItemType(
    type : ItemType
) : String

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

PendingChange Class

Microsoft.TeamFoundation.VersionControl.Client Namespace