Tasks.Exists(String) Méthode

Définition

Détermine si la tâche spécifiée existe. Cette propriété renvoie la valeur True si la tâche existe.

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

Paramètres

Name
String

Argument de type String obligatoire. Un nom de tâche.

Retours

S’applique à