Tasks.Exists(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.