Share via


CatalogNode Constructor (TeamFoundationCatalogService, String, String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
Public Sub New ( _
    catalogService As TeamFoundationCatalogService, _
    parentPath As String, _
    childItem As String _
)
public CatalogNode(
    TeamFoundationCatalogService catalogService,
    string parentPath,
    string childItem
)
public:
CatalogNode(
    TeamFoundationCatalogService^ catalogService, 
    String^ parentPath, 
    String^ childItem
)
new : 
        catalogService:TeamFoundationCatalogService * 
        parentPath:string * 
        childItem:string -> CatalogNode
public function CatalogNode(
    catalogService : TeamFoundationCatalogService, 
    parentPath : String, 
    childItem : String
)

Parameters

.NET Framework Security

See Also

Reference

CatalogNode Class

CatalogNode Overload

Microsoft.TeamFoundation.Framework.Server Namespace