CLSContext.FindDescendantMatchingAsync(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.