Freigeben über


RepositoryExtensions.SetPendingChangeProperty-Methode

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

Syntax

'Declaration
<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
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
Gibt StreamingCollection<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

RepositoryExtensions Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace