Partager via


RepositoryExtensions.SetPendingChangeProperty, méthode

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

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function SetPendingChangeProperty ( _
    workspaceName As String, _
    workspaceOwner As String, _
    pendingChangePropertyValues As ArtifactPropertyValue() _
) As StreamingCollection(Of Failure)
[WebMethodAttribute]
public StreamingCollection<Failure> SetPendingChangeProperty(
    string workspaceName,
    string workspaceOwner,
    ArtifactPropertyValue[] pendingChangePropertyValues
)

Paramètres

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
retourne StreamingCollection<T> ;

Sécurité .NET Framework

Voir aussi

Référence

RepositoryExtensions Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms