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
    包含指定挂起的更改的搁置集的名称。

.NET Framework 安全性

请参阅

参考

DiffItemShelvedChange 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间