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 the current change context.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server Namespace