PendingChange.GetLocalizedStringForItemType, méthode
Obtient la chaîne localisée correspondant au type d'élément.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Client
Assembly : Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntaxe
'Déclaration
Public Shared Function GetLocalizedStringForItemType ( _
type As ItemType _
) As String
public static string GetLocalizedStringForItemType(
ItemType type
)
Paramètres
- type
Type : Microsoft.TeamFoundation.VersionControl.Client.ItemType
Le type d'élément à convertir en une chaîne localisée.
Valeur de retour
Type : System.String
Chaîne localisée.Peut être une chaîne vide si l'entrée était ItemType.Any.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Client, espace de noms