AggregationInstanceCollection.Remove Método
Incluir miembros protegidos
Incluir miembros heredados
Removes an AggregationInstance from the collection.
Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
Remove(String) | Removes the AggregationInstance, with the specified identifier, from the collection. | |
Remove(AggregationInstance) | Removes the specified AggregationInstance from the collection. | |
Remove(IModelComponent) | Removes the specified IModelComponent from the collection. (Se hereda de ModelComponentCollection.) | |
Remove(String, Boolean) | Removes the AggregationInstance from the collection and optionally deletes the referencing objects. | |
Remove(AggregationInstance, Boolean) | Removes the specified AggregationInstance from the collection and optionally deletes the referencing objects. |
Arriba