TeamFoundationVersionControlService.SetPendingChangeAttribute, méthode
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
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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Contexte de la requête.
- 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.
- pendingChangePropertyValues
Type : array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
retourne TeamFoundationDataReader ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TeamFoundationVersionControlService Classe
Microsoft.TeamFoundation.VersionControl.Server, espace de noms