'Declaration Public Function Remove( _ ByVal part As CustomXmlPart _ ) As System.Boolean
public System.bool Remove( CustomXmlPart part )
Parameters
- part
- The CustomXmlPart to remove.
Return Value
true if the CustomXmlPart has been removed form the collection, otherwise false.