FindProperties

MetadataPackage.FindProperties method

查找满足指定谓词的元数据属性。 搜索是递归的,因此它也会影响所有嵌套包。

public virtual IEnumerable<MetadataProperty> FindProperties(Func<MetadataProperty, bool> predicate)
范围 类型 描述
predicate Func`2 用于测试条件的每个元数据属性的函数。

返回值

一个IEnumerable包含包中满足条件的属性。

评论

了解更多

也可以看看