SettingsPropertyValueCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含設定屬性值的集合,其可將 SettingsProperty 物件對應到 SettingsPropertyValue 物件。
public ref class SettingsPropertyValueCollection : ICloneable, System::Collections::ICollection
public class SettingsPropertyValueCollection : ICloneable, System.Collections.ICollection
type SettingsPropertyValueCollection = class
interface ICollection
interface IEnumerable
interface ICloneable
type SettingsPropertyValueCollection = class
interface IEnumerable
interface ICloneable
interface ICollection
type SettingsPropertyValueCollection = class
interface ICloneable
interface ICollection
interface IEnumerable
Public Class SettingsPropertyValueCollection
Implements ICloneable, ICollection
- 繼承
-
SettingsPropertyValueCollection
- 實作
建構函式
| SettingsPropertyValueCollection() |
初始化 SettingsPropertyValueCollection 類別的新執行個體。 |
屬性
| Count |
取得值,指定集合中 SettingsPropertyValue 物件的數目。 |
| IsSynchronized |
取得值,這個值會指出是否同步處理對集合的存取 (具備執行緒安全)。 |
| Item[String] |
從集合中取得項目。 |
| SyncRoot |
取得用於同步化存取集合的物件。 |
方法
| Add(SettingsPropertyValue) |
將 SettingsPropertyValue 物件加入至集合。 |
| Clear() |
從集合中移除所有 SettingsPropertyValue 物件。 |
| Clone() |
建立現有集合的複本。 |
| CopyTo(Array, Int32) |
複製這個 SettingsPropertyValueCollection 集合到陣列。 |
| Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetEnumerator() |
在 IEnumerator 物件套用至集合時取得它。 |
| GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
| GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
| Remove(String) |
從集合中移除 SettingsPropertyValue 物件。 |
| SetReadOnly() |
將集合設定為唯讀。 |
| ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
擴充方法
| Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
| OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
| AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
| AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |