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
- workspaceName
Typ: System.String
- workspaceOwner
Typ: System.String
- pendingChangePropertyValues
Typ: array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
Rückgabewert
Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
Gibt StreamingCollection<T> zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.