Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.