BuildDropProvider.Exists 方法
选定该项是否存在。
命名空间: Microsoft.TeamFoundation.Build.Workflow.Activities
程序集: Microsoft.TeamFoundation.Build.Workflow(在 Microsoft.TeamFoundation.Build.Workflow.dll 中)
语法
声明
Public MustOverride Function Exists ( _
item As String _
) As Boolean
public abstract bool Exists(
string item
)
参数
- item
类型:System.String
项可以是文件或目录
返回值
类型:System.Boolean
如果该项存在,则为 true
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。