Repository4.Rollback 方法
指定某個特定的版本範圍的樹狀結構中會復原變更。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function Rollback ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
itemVersion As VersionSpec, _
from As VersionSpec, _
to As VersionSpec, _
rollbackOptions As Integer, _
lockLevel As LockLevel, _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
<OutAttribute> ByRef conflicts As StreamingCollection(Of Conflict), _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure), _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Rollback(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
VersionSpec itemVersion,
VersionSpec from,
VersionSpec to,
int rollbackOptions,
LockLevel lockLevel,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
out StreamingCollection<Conflict> conflicts,
out StreamingCollection<Failure> failures,
out int changePendedFlags
)
參數
- workspaceName
型別:System.String
工作區的名稱。
- workspaceOwner
型別:System.String
工作區的擁有者。
- items
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- itemVersion
型別:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
- from
型別:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
從復原的版本。
- to
型別:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
若要復原的版本。
- rollbackOptions
型別:System.Int32
[選項],最多的符合項目,以 RollbackOptions 列舉。
- lockLevel
型別:Microsoft.TeamFoundation.VersionControl.Server.LockLevel
要套用至復原有關之項目的鎖定。
- itemPropertyFilters
型別:array<System.String[]
- itemAttributeFilters
型別:array<System.String[]
要傳回的屬性清單取得選項。
- conflicts
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
暫止清單無法解析的項目。如果判斷是否已解決,請包含復原操作的詳細資料。
- failures
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
未復原這些項目清單。
- changePendedFlags
型別:System.Int32%
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
更新用戶端的 GetOperations 清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。