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
node
Type: Microsoft.TeamFoundation.Framework.Client.CatalogNodeThe node to create or update.
.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.