Repository.UndoPendingChanges Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Function UndoPendingChanges ( _
workspaceName As String, _
ownerName As String, _
items As ItemSpec(), _
<OutAttribute> ByRef failures As List(Of Failure) _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> UndoPendingChanges(
string workspaceName,
string ownerName,
ItemSpec[] items,
out List<Failure> failures
)
[WebMethodAttribute]
public:
StreamingCollection<GetOperation^>^ UndoPendingChanges(
String^ workspaceName,
String^ ownerName,
array<ItemSpec^>^ items,
[OutAttribute] List<Failure^>^% failures
)
[<WebMethodAttribute>]
member UndoPendingChanges :
workspaceName:string *
ownerName:string *
items:ItemSpec[] *
failures:List<Failure> byref -> StreamingCollection<GetOperation>
public function UndoPendingChanges(
workspaceName : String,
ownerName : String,
items : ItemSpec[],
failures : List<Failure>
) : StreamingCollection<GetOperation>
Parameters
- workspaceName
Type: System.String
- ownerName
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- failures
Type: System.Collections.Generic.List<Failure>%
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.