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


RepositoryExtensions.CheckInShelveset - метод

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

Синтаксис

'Декларация
<WebMethodAttribute> _
Public Function CheckInShelveset ( _
    shelvesetName As String, _
    ownerName As String, _
    changesetOwner As String, _
    checkinNotificationInfo As CheckinNotificationInfo, _
    checkinOptions As Integer, _
    <OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckInShelveset(
    string shelvesetName,
    string ownerName,
    string changesetOwner,
    CheckinNotificationInfo checkinNotificationInfo,
    int checkinOptions,
    out StreamingCollection<Failure> failures
)

Параметры

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

Тип: Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
Возвращает CheckinResult.

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

См. также

Ссылки

RepositoryExtensions Класс

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