TeamFoundationVersionControlService.SetPendingChangeAttribute Method
Sets properties on the specified pending changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function SetPendingChangeAttribute ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
pendingChangePropertyValues As ArtifactPropertyValue() _
) As TeamFoundationDataReader
public TeamFoundationDataReader SetPendingChangeAttribute(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
ArtifactPropertyValue[] pendingChangePropertyValues
)
public:
TeamFoundationDataReader^ SetPendingChangeAttribute(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ workspaceOwner,
array<ArtifactPropertyValue^>^ pendingChangePropertyValues
)
member SetPendingChangeAttribute :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
workspaceOwner:string *
pendingChangePropertyValues:ArtifactPropertyValue[] -> TeamFoundationDataReader
public function SetPendingChangeAttribute(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
workspaceOwner : String,
pendingChangePropertyValues : ArtifactPropertyValue[]
) : TeamFoundationDataReader
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
workspaceName
Type: System.StringThe name of the workspace to use for local path to server path mapping if local path itemspecs are provided.
workspaceOwner
Type: System.StringThe name of the workspace owner if workspace name is provided.
- pendingChangePropertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
Returns TeamFoundationDataReader.
.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.