CatalogRuleValidationUtility, constructeur
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Public Sub New ( _
catalogService As TeamFoundationCatalogService, _
resources As Dictionary(Of Guid, CatalogResource), _
nodes As Dictionary(Of String, CatalogNode), _
deletes As List(Of KeyValuePair(Of CatalogNode, Boolean)), _
moves As List(Of KeyValuePair(Of CatalogNode, CatalogNode)), _
moveSourceToTarget As Dictionary(Of String, String) _
)
public CatalogRuleValidationUtility(
TeamFoundationCatalogService catalogService,
Dictionary<Guid, CatalogResource> resources,
Dictionary<string, CatalogNode> nodes,
List<KeyValuePair<CatalogNode, bool>> deletes,
List<KeyValuePair<CatalogNode, CatalogNode>> moves,
Dictionary<string, string> moveSourceToTarget
)
Paramètres
- catalogService
Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- resources
Type : System.Collections.Generic.Dictionary<Guid, CatalogResource>
- nodes
Type : System.Collections.Generic.Dictionary<String, CatalogNode>
- deletes
Type : System.Collections.Generic.List<KeyValuePair<CatalogNode, Boolean>>
- moves
Type : System.Collections.Generic.List<KeyValuePair<CatalogNode, CatalogNode>>
- moveSourceToTarget
Type : System.Collections.Generic.Dictionary<String, String>
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.