CLSContext.FindDescendantMatchingAsync(String[]) Method

Definition

Returns a task that contains the context that is represented by the provided identifier path.

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>

Parameters

identifierPath
String[]

The identifier path for the context to retrieve.

Returns

A task that contains the context that is represented by the provided identifier path.

Applies to