Share via


PendingChange.GetLocalizedStringForChangeType, méthode (ChangeType, Boolean)

Crée une chaîne localisée par lisible pour le type.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Client
Assembly :  Microsoft.TeamFoundation.VersionControl.Client (dans Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntaxe

'Déclaration
Public Shared Function GetLocalizedStringForChangeType ( _
    type As ChangeType, _
    showLock As Boolean _
) As String
public static string GetLocalizedStringForChangeType(
    ChangeType type,
    bool showLock
)

Paramètres

  • showLock
    Type : System.Boolean
    True pour indiquer le type de verrou dans une chaîne.False à ne pas afficher.

Valeur de retour

Type : System.String
Chaîne localisée.Peut être une chaîne vide si l'entrée était ChangeType.None.

Sécurité .NET Framework

Voir aussi

Référence

PendingChange Classe

GetLocalizedStringForChangeType, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms