名前 | 解説 | |
---|---|---|
LayerCollection コンストラクタ | レイヤーの新しいコレクションを初期化します。 |
LayerCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
LayerCollection コンストラクタ | レイヤーの新しいコレクションを初期化します。 |
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
DefaultLayer | 既定のレイヤーを示します。 | |
IsReadOnly | LayerCollectionは読み取り専用であることを示す値を取得します。 | |
Item | Layerを指定したインデックスで取得または設定します。 |
名前 | 解説 | |
---|---|---|
Add | LayerCollectionにLayerを追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Contains | LayerCollectionでは特定の値が含まれているかどうかを決定します。 | |
CopyTo | LayerCollectionの特定のSystem.Arrayインデックスから始まる要素をSystem.Arrayにコピーします。 | |
IndexOf | LayerCollection内で特定のレイヤーのインデックスを決定します。 | |
Insert | 指定したインデックスでLayerCollectionにレイヤーを挿入します。 | |
Remove | LayerCollection内で最初に見つかった位置の特定のレイヤーを削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 | |
Validate | レーヤーのコンテキストの検証を実行します。 |