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。) |
页首