IPropertySourceCollection 介面

表示出現在 [屬性] 視窗中的屬性來源物件集合。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
Public Interface IPropertySourceCollection _
    Inherits IEnumerable(Of Object), IEnumerable
public interface IPropertySourceCollection : IEnumerable<Object>, 
    IEnumerable

IPropertySourceCollection 型別會公開下列成員。

方法

  名稱 說明
公用方法 Add 將新的屬性來源物件加入至 IPropertySourceCollection 集合。
公用方法 GetEnumerator() 傳回可逐一查看集合的列舉程式。 (繼承自 IEnumerable<Object>)。
公用方法 GetEnumerator() 傳回會逐一查看集合的列舉程式。 (繼承自 IEnumerable)。

回頁首

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間