_ViewFields.Remove(Object) 方法

定义

从集合中删除对象。

public:
 void Remove(System::Object ^ Index);
public void Remove (object Index);
Public Sub Remove (Index As Object)

参数

Index
Object

对象的索引号或用于匹配 ViewXMLSchemaName 集合中对象的属性值的值。

适用于