CatalogNode Constructor (TeamFoundationCatalogService, String, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server.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.