EAPCollectionBaseRemoveMarkedItems Method |
Removes the properties marked for deletion.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int RemoveMarkedItems()
Public Function RemoveMarkedItems As Integer
Return Value
Type:
Int32The number of items removed from the collection.
Remarks
It is the responsibility of the derived class to implement the
IsMarkedForDeletion() method if this feature is to be supported.
See Also