点击或拖拽改变大小

UIElementCollectionFindAll 方法

检索与指定谓词定义的条件匹配的所有元素

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public List<UIElement> FindAll(
	Predicate<UIElement> match
)

参数

match
类型:SystemPredicateUIElement

[缺少 "M:CPF.UIElementCollection.FindAll(System.Predicate{CPF.UIElement})" 的 <param name="match"/> 文档]

返回值

类型:ListUIElement

[缺少 "M:CPF.UIElementCollection.FindAll(System.Predicate{CPF.UIElement})" 的 <returns> 文档]

参见