Workspace.Unshelve 方法 (String, String)

在工作区域重现以前搁置到服务器的挂起的更改。

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

语法

声明
Public Function Unshelve ( _
    shelvesetName As String, _
    shelvesetOwner As String _
) As Shelveset
public Shelveset Unshelve(
    string shelvesetName,
    string shelvesetOwner
)

参数

  • shelvesetName
    类型:System.String
    搁置集的名称取消搁置的。
  • shelvesetOwner
    类型:System.String
    创建搁置集用户的名称。

返回值

类型:Microsoft.TeamFoundation.VersionControl.Client.Shelveset
unshelved 的搁置集。

.NET Framework 安全性

请参见

参考

Workspace 类

Unshelve 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间