DependencyObjectCollection.RemoveAtEnd Method
Definition
Removes the last item in the collection.
public:
virtual void RemoveAtEnd() = IVector<DependencyObject ^>::RemoveAtEnd;
void RemoveAtEnd();
public void RemoveAtEnd();
Public Sub RemoveAtEnd ()
Implements
Windows.Foundation.Collections.IVector`1.RemoveAtEnd
Remarks
If successful, calling this method reduces the collection size by one.