This documentation is archived and is not being maintained.

Workspace::SetPendingChangeAttribute Method

Sets properties on existing pending changes

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

public:
void SetPendingChangeAttribute(
	List<ArtifactPropertyValue^>^ pendingChangePropertyValues
)

Parameters

pendingChangePropertyValues
Type: System.Collections.Generic::List<ArtifactPropertyValue>

A list of artifact property values to set.

Show: