Share via


WindowTabCollection.RemoveAtEnd Method

Definition

Removes the last item in the collection.

public:
 virtual void RemoveAtEnd() = IVector<WindowTab ^>::RemoveAtEnd;
void RemoveAtEnd();
public void RemoveAtEnd();
function removeAtEnd()
Public Sub RemoveAtEnd ()

Implements

Remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

If successful, calling this method reduces the collection size by one.

Applies to