Difference.VisualDiffShelvedChange 方法

比较差异的指定搁置的更改。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Shared Sub VisualDiffShelvedChange ( _
    versionControl As VersionControlServer, _
    shelvesetName As String, _
    shelvedChange As PendingChange _
)
public static void VisualDiffShelvedChange(
    VersionControlServer versionControl,
    string shelvesetName,
    PendingChange shelvedChange
)

参数

  • shelvesetName
    类型:System.String
    包含挂起的更改搁置集的名称。

.NET Framework 安全性

请参见

参考

Difference 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间