SettingsPropertyCollection 類別

定義

包含 SettingsProperty 物件的集合。

public ref class SettingsPropertyCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyCollection = class
    interface ICollection
    interface IEnumerable
    interface ICloneable
type SettingsPropertyCollection = class
    interface IEnumerable
    interface ICloneable
    interface ICollection
type SettingsPropertyCollection = class
    interface ICloneable
    interface ICollection
    interface IEnumerable
Public Class SettingsPropertyCollection
Implements ICloneable, ICollection
繼承
SettingsPropertyCollection
實作

備註

集合 SettingsPropertyCollection 包含物件的集合 SettingsProperty 。 物件 SettingsProperty 會在內部當做代表個別組態屬性元數據的類別使用。

建構函式

SettingsPropertyCollection()

初始化 SettingsPropertyCollection 類別的新執行個體。

屬性

Count

取得值,指定集合中 SettingsProperty 物件的數目。

IsSynchronized

取得值,這個值會指出是否同步處理對集合的存取 (具備執行緒安全)。

Item[String]

取得具有指定之名稱的集合項目。

SyncRoot

取得用於同步化存取集合的物件。

方法

Add(SettingsProperty)

SettingsProperty 物件加入至集合。

Clear()

從集合中移除所有 SettingsProperty 物件。

Clone()

建立現有集合的複本。

CopyTo(Array, Int32)

複製這個 SettingsPropertyCollection 物件至陣列。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetEnumerator()

IEnumerator 物件套用至集合時取得它。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnAdd(SettingsProperty)

在加入至 SettingsPropertyCollection 執行個體的內容時,執行額外的自訂處理。

OnAddComplete(SettingsProperty)

在加入至 SettingsPropertyCollection 執行個體的內容之後,執行額外的自訂處理。

OnClear()

當清除 SettingsPropertyCollection 執行個體的內容時,執行額外的自訂處理。

OnClearComplete()

當清除 SettingsPropertyCollection 執行個體的內容之後,執行額外的自訂處理。

OnRemove(SettingsProperty)

當移除 SettingsPropertyCollection 執行個體的內容時,執行額外的自訂處理。

OnRemoveComplete(SettingsProperty)

當移除 SettingsPropertyCollection 執行個體的內容之後,執行額外的自訂處理。

Remove(String)

從集合中移除 SettingsProperty 物件。

SetReadOnly()

將集合設定為唯讀。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

擴充方法

Cast<TResult>(IEnumerable)

IEnumerable 的項目轉換成指定的型別。

OfType<TResult>(IEnumerable)

根據指定的型別來篩選 IEnumerable 的項目。

AsParallel(IEnumerable)

啟用查詢的平行化作業。

AsQueryable(IEnumerable)

IEnumerable 轉換成 IQueryable

適用於

另請參閱