点击或拖拽改变大小

UIElementCollectionFindLastIndex 方法

搜索与指定谓词所定义的条件相匹配的元素,并返回整个 集合 中最后一个匹配元素的从零开始的索引。

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

参数

match
类型:SystemPredicateUIElement

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

返回值

类型:Int32

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

参见