RemoveProperties

MetadataPackage.RemoveProperties method

删除满足指定谓词的元数据属性。

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

返回值

受影响的属性的数量。

评论

了解更多

也可以看看