Поделиться через


Repository5.PendChangesInLocalWorkspace - метод

Пространство имен:  Microsoft.TeamFoundation.VersionControl.Server
Сборка:  Microsoft.TeamFoundation.VersionControl.Server (в Microsoft.TeamFoundation.VersionControl.Server.dll)

Синтаксис

'Декларация
<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
)

Параметры

Возвращаемое значение

Тип: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>

Безопасность платформы .NET Framework

См. также

Ссылки

Repository5 Класс

Microsoft.TeamFoundation.VersionControl.Server - пространство имен