次の方法で共有


CLSContext.FindDescendantMatchingAsync(String[]) メソッド

定義

指定された識別子パスで表されるコンテキストを含むタスクを返します。

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>

パラメーター

identifierPath
String[]

取得するコンテキストの識別子パス。

戻り値

指定された識別子パスで表されるコンテキストを含むタスク。

適用対象