IBindableVector.Clear Method

Definition

Removes all items from the vector.

public:
 void Clear();
void Clear();
public void Clear();
function clear()
Public Sub Clear ()

Remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.IList interface.

Applies to

See also