This documentation is archived and is not being maintained.
Workspace::SetPendingChangeAttribute Method
Visual Studio 2013
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.
- 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.
Show: