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
- workspaceName
Tipo: System.String
- workspaceOwner
Tipo: System.String
- pendingChangePropertyValues
Tipo: array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
Valor de retorno
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
Retorna StreamingCollection<T>.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.