Workspace.Unshelve 方法 (String, String, array<ItemSpec[], array<PendingChange[]%, array<String[])
在工作区域重现以前搁置到服务器的挂起的更改。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function Unshelve ( _
shelvesetName As String, _
shelvesetOwner As String, _
items As ItemSpec(), _
<OutAttribute> ByRef changes As PendingChange(), _
itemAttributeFilters As String() _
) As Shelveset
public Shelveset Unshelve(
string shelvesetName,
string shelvesetOwner,
ItemSpec[] items,
out PendingChange[] changes,
string[] itemAttributeFilters
)
参数
- shelvesetName
类型:System.String
搁置集的名称取消搁置的。
- shelvesetOwner
类型:System.String
创建搁置集用户的名称。
- items
类型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
文件,文件夹或两个的数组应在 unshelved 的搁置集。为所有文件和文件夹为 null。
- changes
类型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]%
数组 unshelved 挂起的更改。
- itemAttributeFilters
类型:array<System.String[]
返回的数组已进行版本管理的项属性与每获取操作。
返回值
类型:Microsoft.TeamFoundation.VersionControl.Client.Shelveset
unshelved 的搁置集。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。