Partager via


TeamFoundationVersionControlService.SetPendingChangeProperty, méthode

Remarque : cette API est maintenant obsolète.

Définit des propriétés sur les modifications en attente spécifiées.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.",  _
    False)> _
Public Function SetPendingChangeProperty ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    workspaceOwner As String, _
    pendingChangePropertyValues As ArtifactPropertyValue() _
) As TeamFoundationDataReader
[ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.", 
    false)]
public TeamFoundationDataReader SetPendingChangeProperty(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string workspaceOwner,
    ArtifactPropertyValue[] pendingChangePropertyValues
)

Paramètres

  • workspaceName
    Type : System.String
    Nom de l'espace de travail à utiliser pour le chemin d'accès local au mappage de chemin d'accès au serveur si les itemspecs de chemin d'accès local sont fournis.
  • workspaceOwner
    Type : System.String
    Le nom du propriétaire de l'espace de travail si le nom d'espace de travail est fourni.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
retourne TeamFoundationDataReader ;

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationVersionControlService Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms