共用方式為


Repository5.Destroy 方法

終結 itemSpec 代表的樹狀子目錄。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
<WebMethodAttribute> _
Public Function Destroy ( _
    item As ItemSpec, _
    versionSpec As VersionSpec, _
    stopAtSpec As VersionSpec, _
    flags As Integer, _
    maxClientPathLength As Integer, _
    <OutAttribute> ByRef failures As Failure(), _
    <OutAttribute> ByRef pendingChanges As StreamingCollection(Of PendingSet), _
    <OutAttribute> ByRef shelvedChanges As StreamingCollection(Of PendingSet) _
) As Item()
[WebMethodAttribute]
public Item[] Destroy(
    ItemSpec item,
    VersionSpec versionSpec,
    VersionSpec stopAtSpec,
    int flags,
    int maxClientPathLength,
    out Failure[] failures,
    out StreamingCollection<PendingSet> pendingChanges,
    out StreamingCollection<PendingSet> shelvedChanges
)

參數

  • flags
    類型:System.Int32
    一組終結選項 KeepHistory:如果設為這個集合表示只會終結移除檔案的每個版本內容等於但不包含 stopAt 力表示的變更集:如果設為這個集合表示終結非同步啟動內容記憶體回收預覽:如果設為 true 資料庫資料的集合實際上不會刪除,,則只會終結項目清單傳回。
  • maxClientPathLength
    類型:System.Int32
    最大用戶端支援伺服器路徑長度。

傳回值

類型:array<Microsoft.TeamFoundation.VersionControl.Server.Item[]
終結項目的清單。

.NET Framework 安全性

請參閱

參考

Repository5 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間