CLSContext.FindDescendantMatchingAsync(String[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个任务,该任务包含由提供的标识符路径表示的上下文。
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[]
要检索的上下文的标识符路径。
返回
包含由提供的标识符路径表示的上下文的任务。