Compartilhar via


IModelComponentCollection Interface

Definição

Representa uma coleção de objetos IModelComponent.

[System.Runtime.InteropServices.Guid("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>]
type IModelComponentCollection = interface
    interface ICollection
    interface IEnumerable
Public Interface IModelComponentCollection
Implements ICollection
Derivado
Atributos
Implementações

Propriedades

Parent

Obtém o IModelComponent pai de IModelComponentCollection.

Métodos

Contains(IModelComponent)

Indica se a coleção contém um IModelComponent especificado.

Remove(IModelComponent)

Remove um IModelComponent da coleção.

Remove(IModelComponent, Boolean)

Remove um IModelComponent da coleção.

Aplica-se a