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