CatalogTransactionContext.AttachNode Method

Adds this node to the change context. It will be sent to the server when Save() is called. This will also add the resource that this node points to to the current change context.

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

Syntax

'Declaration
Public Sub AttachNode ( _
    catalogNode As CatalogNode _
)
public void AttachNode(
    CatalogNode catalogNode
)
public:
void AttachNode(
    CatalogNode^ catalogNode
)
member AttachNode : 
        catalogNode:CatalogNode -> unit
public function AttachNode(
    catalogNode : CatalogNode
)

Parameters

.NET Framework Security

See Also

Reference

CatalogTransactionContext Class

Microsoft.TeamFoundation.Server.Core Namespace