Repository4.UndoPendingChangesInLocalWorkspace-Methode
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function UndoPendingChangesInLocalWorkspace ( _
workspaceName As String, _
ownerName As String, _
items As ItemSpec(), _
<OutAttribute> ByRef failures As List(Of Failure), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> UndoPendingChangesInLocalWorkspace(
string workspaceName,
string ownerName,
ItemSpec[] items,
out List<Failure> failures,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
out int changePendedFlags
)
Parameter
- workspaceName
Typ: System.String
- ownerName
Typ: System.String
- items
Typ: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- failures
Typ: System.Collections.Generic.List<Failure>%
- itemPropertyFilters
Typ: array<System.String[]
- itemAttributeFilters
Typ: array<System.String[]
- changePendedFlags
Typ: System.Int32%
Rückgabewert
Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
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.