次の方法で共有


SectionGroupCollection クラス

定義

関連 SectionGroup オブジェクトのコレクションを表します。

public ref class SectionGroupCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::SectionGroup ^>, System::Collections::ICollection
public sealed class SectionGroupCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.SectionGroup>, System.Collections.ICollection
type SectionGroupCollection = class
    interface ICollection
    interface seq<SectionGroup>
    interface IEnumerable
Public NotInheritable Class SectionGroupCollection
Implements ICollection, IEnumerable(Of SectionGroup)
継承
SectionGroupCollection
実装

注釈

クラスを SectionGroupCollection 使用して、オブジェクトの SectionGroup コレクションを反復処理します。 このオブジェクトのコレクションには、 プロパティを SectionGroups 使用してアクセスできます。

プロパティ

Count

コレクション内のセクション グループの数を取得します。

Item[Int32]

指定したインデックス位置にある指定したセクション グループを取得します。

Item[String]

指定した名前を持つ指定したセクション グループを取得します。

メソッド

Add(String)

新しいセクション グループをコレクションに追加します。

GetEnumerator()

セクション グループ コレクションを反復処理するジェネリック列挙子を返します。

Remove(String)

指定したセクション グループをコレクションから削除します。

明示的なインターフェイスの実装

ICollection.CopyTo(Array, Int32)

ターゲット配列の指定したインデックスから始まる配列にコレクションをコピーします。

ICollection.IsSynchronized

関連 SectionGroup オブジェクトのコレクションを表します。

ICollection.SyncRoot

関連 SectionGroup オブジェクトのコレクションを表します。

IEnumerable.GetEnumerator()

セクション グループ コレクションを反復処理する列挙子を返します。

適用対象