Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an initialized instance of the CatalogNode.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
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
- catalogService
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- parentPath
Type: System.String
- childItem
Type: System.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.