ChangeListHelpers.IncrementChangeFlagCount, méthode
Espace de noms : Microsoft.TeamFoundation.SourceControl.WebApi
Assembly : Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntaxe
'Déclaration
Public Shared Sub IncrementChangeFlagCount ( _
changeCounts As Dictionary(Of VersionControlChangeType, Integer), _
changeFlag As VersionControlChangeType, _
count As Integer _
)
public static void IncrementChangeFlagCount(
Dictionary<VersionControlChangeType, int> changeCounts,
VersionControlChangeType changeFlag,
int count
)
Paramètres
- changeCounts
Type : System.Collections.Generic.Dictionary<VersionControlChangeType, Int32>
- changeFlag
Type : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType
- count
Type : System.Int32
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.SourceControl.WebApi, espace de noms