SectionGroupCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示相關 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() |
傳回逐一查看區段群組集合的列舉值。 |