点击或拖拽改变大小

MediaListRemoveIndex 方法

Remove media instance from media list on a position.

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public bool RemoveIndex(
	int positionIndex
)

参数

positionIndex
类型:SystemInt32
position in the array where to remove the iteam

返回值

类型:Boolean
true on success, false if the media list is read-only or the item was not found
参见