This documentation is archived and is not being maintained.

CatalogChangeContext::AttachResource Method

Adds this resource to the change context. It will be sent to the server when Save() is called. Note that service definitions that exist as service references will be created if they are new and updated if they are not.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
void AttachResource(
	CatalogResource^ resource
)

Parameters

resource
Type: Microsoft.TeamFoundation.Framework.Client::CatalogResource

The resource to update.

Show: