DiffItemShelvedChange 建構函式
初始化新的 DiffItemShelvedChange 執行個體。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Sub New ( _
shelvesetName As String, _
pendingChange As PendingChange _
)
public DiffItemShelvedChange(
string shelvesetName,
PendingChange pendingChange
)
參數
- shelvesetName
型別:System.String
包含指定的暫止變更擱置集的名稱。
- pendingChange
型別:Microsoft.TeamFoundation.VersionControl.Client.PendingChange
暫止的變更可以建立差異比對項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。