IBindableVector.RemoveAtEnd Method

Definition

Removes the last item in the vector.

public:
 void RemoveAtEnd();
void RemoveAtEnd();
public void RemoveAtEnd();
function removeAtEnd()
Public Sub RemoveAtEnd ()

Remarks

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

Applies to

See also