IPendingCheckinPendingChanges 介面
如需暫止簽入的暫止變更元件的相關資訊。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Interface IPendingCheckinPendingChanges
public interface IPendingCheckinPendingChanges
IPendingCheckinPendingChanges 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
AffectedTeamProjectPaths | 取得受目前已檢查的暫止變更所影響的 Team 專案。 | |
AllPendingChanges | 取得一些或所有暫止的變更。 | |
CheckedPendingChanges | 取得或設定一些核取的暫止變更。 | |
Comment | 取得或設定使用者輸入的註解。 | |
Workspace | 取得、發生簽入的工作區。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
AffectedTeamProjectsChanged | 每次發生事件的已核取的暫止變更清單變更用來變更受影響的 Team 專案清單的方法。 | |
CheckedPendingChangesChanged | 每次發生某些已選取項目的事件已變更。 |
回頁首