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 命名空间