Item 类
表示项目的返回QueryItems命令。
继承层次结构
System.Object
Microsoft.TeamFoundation.VersionControl.Server.Item
Microsoft.TeamFoundation.VersionControl.Server.WorkspaceItem
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<ClassNotSealedAttribute> _
<CallOnDeserializationAttribute("AfterDeserialize")> _
<RequiredClientServiceAttribute("VersionControlServer")> _
Public Class Item _
Implements ICacheable
[ClassNotSealedAttribute]
[CallOnDeserializationAttribute("AfterDeserialize")]
[RequiredClientServiceAttribute("VersionControlServer")]
public class Item : ICacheable
Item 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
Item |
页首
属性
名称 | 说明 | |
---|---|---|
Attributes | 特性 | |
ChangesetId | 此项目的版本号作为变更集编号。 | |
CheckinDate | 项的上次修改时间戳。 | |
DeletionId | 因为多个已删除的项目可能存在具有相同ServerItem名称,用于唯一标识已删除项。 ServerItem + DeletionId确保为唯一的任何项目。 | |
DownloadUrl | 返回文件的下载URL片段下载。 | |
Encoding | ||
FileLength | 项目的长度,如果适用 | |
HashValue | 项目MD5如果适用, | |
IsBranch | 如果项目定义为系统的分支对象。 | |
IsContentDestroyed | ||
IsFolder | ||
ItemId | 项ID用于检索文件目录 | |
ItemType | 此通知客户端引用的项目的类型。 | |
Properties | 已过时。属性 | |
PropertyValues | 属性 | |
SequenceId | ||
ServerItem | 存储库路径此项(即.. $/Sample/MyFile.cs) | |
TimeZone | 时区名称实际上在签入日期 | |
TimeZoneOffset | 时区偏移量实际上在签入日期 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetArtifactSpec | ||
GetCachedSize | 平均大小在项目的字节。 | |
GetDownloadUrlCount | ||
GetFileId | ||
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetHashValue | ||
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
SetDownloadUrl | ||
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。