Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
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
)
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
)
new :
catalogService:TeamFoundationCatalogService *
resources:Dictionary<Guid, CatalogResource> *
nodes:Dictionary<string, CatalogNode> *
deletes:List<KeyValuePair<CatalogNode, bool>> *
moves:List<KeyValuePair<CatalogNode, CatalogNode>> *
moveSourceToTarget:Dictionary<string, string> -> CatalogRuleValidationUtility
public function CatalogRuleValidationUtility(
catalogService : TeamFoundationCatalogService,
resources : Dictionary<Guid, CatalogResource>,
nodes : Dictionary<String, CatalogNode>,
deletes : List<KeyValuePair<CatalogNode, boolean>>,
moves : List<KeyValuePair<CatalogNode, CatalogNode>>,
moveSourceToTarget : Dictionary<String, String>
)
Parameters
- 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>
.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.