This documentation is archived and is not being maintained.

Workspace::SetPendingChangeProperty Method

Note: This API is now obsolete.

Sets properties on existing pending changes.

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

[ObsoleteAttribute(L"Please use SetPendingChangeAttribute to set attributes on pending changes.", 
	false)]
public:
void SetPendingChangeProperty(
	List<ArtifactPropertyValue^>^ pendingChangePropertyValues
)

Parameters

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

A list of artifact property values to set.

Show: