Share via


CLSContext.FindDescendantMatchingAsync(String[]) Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<ClassKit.CLSContext> FindDescendantMatchingAsync(string[] identifierPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Attributes

Applies to