IPropertyCollection 介面
代表功能屬性的預設值集合。
命名空間: Microsoft.VisualStudio.SharePoint.Features
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface IPropertyCollection _
Inherits IList(Of IProperty), ICollection(Of IProperty), _
IEnumerable(Of IProperty), IEnumerable
public interface IPropertyCollection : IList<IProperty>,
ICollection<IProperty>, IEnumerable<IProperty>, IEnumerable
IPropertyCollection 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Count | 取得在 ICollection<T> 中所包含的元素數。 (繼承自 ICollection<IProperty>)。 | |
IsReadOnly | 取得值,這個值表示 ICollection<T> 是否為唯讀。 (繼承自 ICollection<IProperty>)。 | |
Item | 取得或設定指定之索引處的項目。 (繼承自 IList<IProperty>)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Add() | 加入新的功能屬性。 | |
Add(T) | 將項目加入至 ICollection<T> 中。 (繼承自 ICollection<IProperty>)。 | |
Clear | 將所有項目從 ICollection<T> 移除。 (繼承自 ICollection<IProperty>)。 | |
Contains | 判斷 ICollection<T> 是否包含特定值。 (繼承自 ICollection<IProperty>)。 | |
CopyTo | 從特定的 Array 索引開始,複製 ICollection<T> 項目至 Array。 (繼承自 ICollection<IProperty>)。 | |
GetEnumerator() | 傳回可逐一查看集合的列舉程式。 (繼承自 IEnumerable<IProperty>)。 | |
GetEnumerator() | 傳回會逐一查看集合的列舉程式。 (繼承自 IEnumerable)。 | |
IndexOf | 判斷 IList<T> 中特定項目的索引。 (繼承自 IList<IProperty>)。 | |
Insert | 將項目插入位於指定索引的 IList<T>。 (繼承自 IList<IProperty>)。 | |
Remove | 從 ICollection<T> 移除特定物件之第一個符合的元素。 (繼承自 ICollection<IProperty>)。 | |
RemoveAt | 移除指定之索引處的 IList<T> 項目。 (繼承自 IList<IProperty>)。 |
回頁首