Share via


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)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

CatalogChangeContext Class

Microsoft.TeamFoundation.Framework.Client Namespace