Shelveset 构造函数 (VersionControlServer, String, String, IEnumerable<PropertyValue>)
创建搁置的更改一个搁置集对象。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Sub New ( _
sourceControl As VersionControlServer, _
name As String, _
owner As String, _
properties As IEnumerable(Of PropertyValue) _
)
public Shelveset(
VersionControlServer sourceControl,
string name,
string owner,
IEnumerable<PropertyValue> properties
)
参数
- sourceControl
类型:Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
表示储存库搁置集要创建的源代码管理对象
- name
类型:System.String
搁置集的名称
- owner
类型:System.String
搁置集的所有者
- properties
类型:System.Collections.Generic.IEnumerable<PropertyValue>
将关联的自定义属性与搁置集。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。