ProjectVariablesWrapper.Remove(Object) 方法

定义

ProjectVariablesWrapper 实例中删除变量对象。

public:
 virtual void Remove(System::Object ^ index);
public void Remove (object index);
abstract member Remove : obj -> unit
override this.Remove : obj -> unit
Public Sub Remove (index As Object)

参数

index
Object

要从集合中删除的索引对象。

实现

适用于