Método Repository5.PendChangesInLocalWorkspace
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
<WebMethodAttribute> _
Public Function PendChangesInLocalWorkspace ( _
workspaceName As String, _
ownerName As String, _
changes As ChangeRequest(), _
pendChangesOptions As Integer, _
supportedFeatures As Integer, _
<OutAttribute> ByRef failures As List(Of Failure), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
maxClientPathLength As Integer, _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> PendChangesInLocalWorkspace(
string workspaceName,
string ownerName,
ChangeRequest[] changes,
int pendChangesOptions,
int supportedFeatures,
out List<Failure> failures,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
int maxClientPathLength,
out int changePendedFlags
)
Parâmetros
- workspaceName
Tipo: System.String
- ownerName
Tipo: System.String
- changes
Tipo: array<Microsoft.TeamFoundation.VersionControl.Server.ChangeRequest[]
- pendChangesOptions
Tipo: System.Int32
- supportedFeatures
Tipo: System.Int32
- failures
Tipo: System.Collections.Generic.List<Failure>%
- itemPropertyFilters
Tipo: array<System.String[]
- itemAttributeFilters
Tipo: array<System.String[]
- maxClientPathLength
Tipo: System.Int32
- changePendedFlags
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.