点击或拖拽改变大小

MediaList 方法

MediaList 类型公开以下成员。

方法
  名称说明
公共方法AddMedia
Add media instance to media list
公共方法Dispose
Dispose of this instance
(继承自 Internal。)
受保护的方法Dispose(Boolean)
Dispose of this media list instance
(重写 InternalDispose(Boolean).)
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetEnumerator
Returns an enumerator that iterates through a collection of media
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
公共方法IndexOf
Find index position of List media instance in media list. Warning: the function will return the first matched position.
公共方法InsertMedia
Insert media instance in media list on a position.
受保护的方法MemberwiseClone (继承自 Object。)
公共方法RemoveIndex
Remove media instance from media list on a position.
公共方法SetMedia
Associate media instance with this media list instance. If another media instance was present it will be released.
公共方法ToString (继承自 Object。)
Top
扩展方法
  名称说明
公共扩展器方法ConvertTo
类型转换
(由 ObjectExtenstions 定义。)
公共扩展器方法Delay
延迟操作
(由 ObjectExtenstions 定义。)
公共扩展器方法Equal
对象是否相等
(由 ObjectExtenstions 定义。)
公共扩展器方法GetCreationCode (由 ObjectExtenstions 定义。)
公共扩展器方法GetPropretyValue
获取对象属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法GetValue
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法Invoke
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。)
公共扩展器方法SetPropretyValue
设置属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法SetValue
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法ToItems
转成IList用于Items属性设置
(由 ObjectExtenstions 定义。)
Top
参见