VersionControlServer.ServerItemExists 方法 (String, VersionSpec, DeletedState, ItemType)
检查该指定的路径、版本和类型的项目是否存在储存库。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function ServerItemExists ( _
path As String, _
version As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType _
) As Boolean
public bool ServerItemExists(
string path,
VersionSpec version,
DeletedState deletedState,
ItemType itemType
)
参数
- path
类型:System.String
检查的项目的路径,这可能是服务器或本地。
- version
类型:Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
检查项目的版本。
- deletedState
类型:Microsoft.TeamFoundation.VersionControl.Client.DeletedState
是否必须非删除该项目,删除,或任何状态。
- itemType
类型:Microsoft.TeamFoundation.VersionControl.Client.ItemType
检查项目的 ItemType。
返回值
类型:System.Boolean
true,则在储存库中的指定项。否则为 False。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。