CLSContext.FindDescendantMatchingAsync(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.
Retourne une tâche qui contient le contexte représenté par le chemin d’identificateur fourni.
public virtual System.Threading.Tasks.Task<ClassKit.CLSContext> FindDescendantMatchingAsync (string[] identifierPath);
abstract member FindDescendantMatchingAsync : string[] -> System.Threading.Tasks.Task<ClassKit.CLSContext>
override this.FindDescendantMatchingAsync : string[] -> System.Threading.Tasks.Task<ClassKit.CLSContext>
Paramètres
- identifierPath
- String[]
Chemin d’identificateur du contexte à récupérer.
Retours
Tâche qui contient le contexte représenté par le chemin d’identificateur fourni.