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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.VersionControl.Server 命名空间