This documentation is archived and is not being maintained.

CatalogChangeContext::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.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
void AttachNode(
	CatalogNode^ node
)

Parameters

node
Type: Microsoft.TeamFoundation.Framework.Client::CatalogNode

The node to create or update.

Show: