Método Repository5.UndoPendingChangesInLocalWorkspace
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
<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, _
maxClientPathLength 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,
int maxClientPathLength
)
Parâmetros
- workspaceName
Tipo: System.String
- ownerName
Tipo: System.String
- items
Tipo: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- failures
Tipo: System.Collections.Generic.List<Failure>%
- itemPropertyFilters
Tipo: array<System.String[]
- itemAttributeFilters
Tipo: array<System.String[]
- changePendedFlags
Tipo: System.Int32%
- maxClientPathLength
Tipo: System.Int32
Valor de retorno
Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
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.