ConfigurationMethodCollection 類別

定義

表示組態方法的集合。

public ref class ConfigurationMethodCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationMethod ^>, System::Collections::ICollection
public sealed class ConfigurationMethodCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationMethod>, System.Collections.ICollection
type ConfigurationMethodCollection = class
    interface ICollection
    interface seq<ConfigurationMethod>
    interface IEnumerable
Public NotInheritable Class ConfigurationMethodCollection
Implements ICollection, IEnumerable(Of ConfigurationMethod)
繼承
ConfigurationMethodCollection
實作

備註

使用 類別 ConfigurationMethodCollection 逐一查看 物件的集合 ConfigurationMethod

屬性

Count

取得集合中的組態方法數目。

Item[Int32]

取得目前集合中指定索引處的組態方法。

Item[String]

從集合中取得具有指定名稱的組態方法。

方法

GetEnumerator()

傳回逐一查看組態方法集合的泛型列舉值。

明確介面實作

ICollection.CopyTo(Array, Int32)

將集合複製到陣列。

ICollection.IsSynchronized

表示組態方法的集合。

ICollection.SyncRoot

表示組態方法的集合。

IEnumerable.GetEnumerator()

傳回逐一查看組態方法集合的列舉值。

適用於