PropertyManager.RemoveAt(Int32) 方法

定義

在所有情況下都擲回 NotSupportedException

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

參數

index
Int32

要刪除的資料列索引。

例外狀況

在所有情況下。

適用於

另請參閱