ISharePointProjectItemCollection 接口

表示 SharePoint 项目项的集合。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Public Interface ISharePointProjectItemCollection _
    Inherits ISharePointCollection(Of ISharePointProjectItem), INotifyCollectionChanged, INotifyPropertyChanged,  _
    IEnumerable(Of ISharePointProjectItem), IEnumerable
public interface ISharePointProjectItemCollection : ISharePointCollection<ISharePointProjectItem>, 
    INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProjectItem>, IEnumerable

ISharePointProjectItemCollection 类型公开以下成员。

属性

  名称 说明
公共属性 Count 获取集合中项的数目。 (继承自 ISharePointCollection<T>。)
公共属性 Item 按文件夹路径获取 ISharePointProjectItem 的实例。
公共属性 Project 获取拥有此集合的项目实例。

页首

方法

  名称 说明
公共方法 Add(String, String) 创建并添加 SharePoint 项目项的新实例。
公共方法 Add(String, String, Boolean) 创建并添加 SharePoint 项目项的新实例。
公共方法 Add(String, String, String) 创建并添加 SharePoint 项目项的新实例。
公共方法 Add(String, String, String, Boolean) 创建一个 SharePoint 项目项,并将其添加到项目中。
公共方法 Contains 获取提供的项是否为此集合的成员。 (继承自 ISharePointCollection<T>。)
公共方法 CopyTo 将此集合中的项复制到数组中。 (继承自 ISharePointCollection<T>。)
公共方法 Find 按 ID 查找 ISharePointProjectItem 实例。
公共方法 GetEnumerator() 返回一个循环访问集合的枚举数。 (继承自 IEnumerable<ISharePointProjectItem>。)
公共方法 GetEnumerator() 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。)

页首

事件

  名称 说明
公共事件 CollectionChanged 当集合更改时发生。 (继承自 INotifyCollectionChanged。)
公共事件 PropertyChanged 在更改属性值时发生。 (继承自 INotifyPropertyChanged。)

页首

请参见

参考

Microsoft.VisualStudio.SharePoint 命名空间