CatalogNode Constructor (TeamFoundationCatalogService, String, String, CatalogResource)
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, _
catalogResource As CatalogResource _
)
public CatalogNode(
TeamFoundationCatalogService catalogService,
string parentPath,
string childItem,
CatalogResource catalogResource
)
public:
CatalogNode(
TeamFoundationCatalogService^ catalogService,
String^ parentPath,
String^ childItem,
CatalogResource^ catalogResource
)
new :
catalogService:TeamFoundationCatalogService *
parentPath:string *
childItem:string *
catalogResource:CatalogResource -> CatalogNode
public function CatalogNode(
catalogService : TeamFoundationCatalogService,
parentPath : String,
childItem : String,
catalogResource : CatalogResource
)
Parameters
- catalogService
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- parentPath
Type: System.String
- childItem
Type: System.String
- catalogResource
Type: Microsoft.TeamFoundation.Server.Core.CatalogResource
.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.