点击或拖拽改变大小

UIElementCollectionExists 方法

确定 集合 是否包含与指定谓词所定义的条件相匹配的元素

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

参数

match
类型:SystemPredicateUIElement

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

返回值

类型:Boolean

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

参见