Share via


Tasks.Exists(String) 方法

定义

确定指定的任务是否存在。 如果该任务存在,则返回 True

public:
 bool Exists(System::String ^ Name);
public bool Exists (string Name);
abstract member Exists : string -> bool
Public Function Exists (Name As String) As Boolean

参数

Name
String

必需的 字符串 。 任务名称。

返回

适用于