CatalogNode, constructeur (TeamFoundationCatalogService, String, String, CatalogResource)
Crée une instance initialisée du CatalogNode.
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, _
parentPath As String, _
childItem As String, _
catalogResource As CatalogResource _
)
public CatalogNode(
TeamFoundationCatalogService catalogService,
string parentPath,
string childItem,
CatalogResource catalogResource
)
Paramètres
- catalogService
Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- parentPath
Type : System.String
- childItem
Type : System.String
- catalogResource
Type : Microsoft.TeamFoundation.Server.Core.CatalogResource
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.