次の方法で共有


IModelComponentCollection インターフェイス

定義

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
派生
属性
実装

プロパティ

Parent

IModelComponentCollection の親 IModelComponent を取得します。

メソッド

Contains(IModelComponent)

コレクションに指定した IModelComponent が含まれるかどうかを示します。

Remove(IModelComponent)

コレクションから IModelComponent を削除します。

Remove(IModelComponent, Boolean)

コレクションから IModelComponent を削除します。

適用対象