UIElementCollection 方法 |
UIElementCollection 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | Add(IEnumerableUIElement) | |
![]() | AddT(T) | |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo(Array, Int32) | |
![]() | CopyTo(UIElement, Int32) | |
![]() | Equals | (继承自 Object。) |
![]() | Exists |
确定 集合 是否包含与指定谓词所定义的条件相匹配的元素
|
![]() | Finalize | (继承自 Object。) |
![]() | Find |
搜索与指定谓词所定义的条件相匹配的元素,并返回整个集合中的第一个匹配元素
|
![]() | FindAll |
检索与指定谓词定义的条件匹配的所有元素
|
![]() | FindIndex |
搜索与指定谓词所定义的条件相匹配的元素,并返回整个集合 中第一个匹配元素的从零开始的索引。
|
![]() | FindLast |
搜索与指定谓词所定义的条件相匹配的元素,并返回整个 集合 中的最后一个匹配元素。
|
![]() | FindLastIndex |
搜索与指定谓词所定义的条件相匹配的元素,并返回整个 集合 中最后一个匹配元素的从零开始的索引。
|
![]() | GetEnumerator | |
![]() | GetHashCode | (继承自 Object。) |
![]() | GetType | (继承自 Object。) |
![]() | IndexOf | |
![]() | Insert |
将控件插入到指定索引处
|
![]() | InvalidateZIndex |
重新按照ZIndex排序
|
![]() | MemberwiseClone | (继承自 Object。) |
![]() | OrderByTabIndexList |
获取根据TabIndex排序之后的List
|
![]() | OrderByZIndexList |
获取根据ZIndex排序之后的List
|
![]() | Remove | |
![]() | RemoveAt | |
![]() | RemoveRange | |
![]() | Sort(ComparerUIElement) |
使用指定的比较器对所有元素进行排序
|
![]() | Sort(IComparerUIElement) |
使用指定的比较器对所有元素进行排序。
|
![]() | Sort(ComparisonUIElement) |
使用指定的 System.Comparison 对整个 UIElementCollection 中的元素进行排序。
|
![]() | Sort(Int32, Int32, IComparerUIElement) |
使用指定的比较器对某个范围内的元素进行排序。
|
![]() | ToString | (重写 ObjectToString.) |
名称 | 说明 | |
---|---|---|
![]() | AddT |
针对Grid添加控件元素,并设置所在的单元格位置
(由 ObjectExtenstions 定义。) |
![]() | ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) |
![]() | Delay |
延迟操作
(由 ObjectExtenstions 定义。) |
![]() | Equal |
对象是否相等
(由 ObjectExtenstions 定义。) |
![]() | GetCreationCode | (由 ObjectExtenstions 定义。) |
![]() | GetDataTable |
必须是DataTable转换为IList的才行
(由 ObjectExtenstions 定义。) |
![]() | GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) |
![]() | GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) |
![]() | Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) |
![]() | SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) |
![]() | SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |
![]() | ToItems |
转成IList用于Items属性设置
(由 ObjectExtenstions 定义。) |