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