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
- 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.
.NET Framework Security
- 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.