Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ItemTypeThe 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.