Partilhar via


Método RepositoryExtensions.SetPendingChangeProperty

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxe

'Declaração
<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
)

Parâmetros

Valor de retorno

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
Retorna StreamingCollection<T>.

Segurança do .NET Framework

Consulte também

Referência

RepositoryExtensions Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server