ChangeRequest.ItemType 属性
其中ItemType是只能设置的非的属性,在将项添加到存储库时。 一旦项是文件或文件夹不能更改类型。 客户端应提供其中ItemType调用帮助消除。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Property ItemType As ItemType
public ItemType ItemType { get; set; }
属性值
类型:Microsoft.TeamFoundation.VersionControl.Server.ItemType
返回 ItemType。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。