_UserDefinedProperties.Remove(Int32) 方法

定义

从集合中删除对象。

public:
 void Remove(int Index);
public void Remove (int Index);
Public Sub Remove (Index As Integer)

参数

Index
Int32

对象在集合中的索引值,索引从 1 开始编号。

适用于