IXRPathFigureCollection::Remove (Compact 2013)
3/28/2014
This method removes a specific item from the IXRPathFigureCollection collection.
Syntax
virtual HRESULT STDMETHODCALLTYPE Remove(
__in IXRPathFigure* pObject
) = 0;
Parameters
- pObject
[in] Pointer to an IXRPathFigure object that represents an item to remove from this collection.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This method performs a linear search through this collection; therefore, the average execution time is proportional to the number of items in this collection. You can retrieve this number by calling IXRPathFigureCollection::GetCount.
Generally, Remove deletes the last occurrence of an item. However, because an object cannot exist more than once in a visual tree, an item can occur only once in this object collection.
.NET Framework Equivalent
System.Windows.PresentationFrameworkCollection(T).Remove
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
IXRPathFigureCollection
IXRPathGeometry::GetFigures
IXRPathGeometry::SetFigures