RemoveAt

ICustomXmlPartCollection.RemoveAt 方法

在指定的索引处删除自定义 xml 部件。

public void RemoveAt(int index)
参数类型描述
indexInt32要删除的元素的零基索引。

异常

exceptioncondition
ArgumentOutOfRangeExceptionindex 小于 0.-或者-index 大于或等于 Count

另见