SearchFolders.Remove(Int32) Method

Definition

Removes the specified object from the collection.

public:
 void Remove(int Index);
public void Remove (int Index);
abstract member Remove : int -> unit
Public Sub Remove (Index As Integer)

Parameters

Index
Int32

Required Integer. The index number of the property test to be removed.

Applies to