ISharePointProjectOutputReferenceCollection 接口
表示属于项目项的项目输出引用的集合。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISharePointProjectOutputReferenceCollection _
Inherits ISharePointCollection(Of ISharePointProjectOutputReference), INotifyCollectionChanged, INotifyPropertyChanged, _
IEnumerable(Of ISharePointProjectOutputReference), IEnumerable
public interface ISharePointProjectOutputReferenceCollection : ISharePointCollection<ISharePointProjectOutputReference>,
INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProjectOutputReference>, IEnumerable
ISharePointProjectOutputReferenceCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 获取集合中项的数目。 (继承自 ISharePointCollection<T>。) | |
ProjectItem | 获取对 SharePoint 项目项的引用。 |
页首
方法
名称 | 说明 | |
---|---|---|
Add(Guid, DeploymentType) | 将输出引用添加到由 projectId 指定的项目中。该引用作为生成依赖项添加到当前项目,并被纳入到 SharePoint 项目项中。 | |
Add(String, DeploymentType) | 向项目添加输出引用。该引用作为生成依赖项添加到当前项目,并被纳入到 SharePoint 项目项中。 | |
Add(ISharePointProject, DeploymentType) | 向项目添加输出引用。该引用作为生成依赖项添加到当前项目,并被纳入到 SharePoint 项目项中。 | |
Clear | 清除集合的内容。 | |
Contains | 获取提供的项是否为此集合的成员。 (继承自 ISharePointCollection<T>。) | |
CopyTo | 将此集合中的项复制到数组中。 (继承自 ISharePointCollection<T>。) | |
GetEnumerator() | 返回一个循环访问集合的枚举数。 (继承自 IEnumerable<ISharePointProjectOutputReference>。) | |
GetEnumerator() | 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。) | |
Remove | 从集合中移除指定的项目输出引用。但是,此方法不移除由 Add 方法添加的项目引用。 |
页首
事件
名称 | 说明 | |
---|---|---|
CollectionChanged | 当集合更改时发生。 (继承自 INotifyCollectionChanged。) | |
PropertyChanged | 在更改属性值时发生。 (继承自 INotifyPropertyChanged。) |
页首
备注
如果尝试将具有相同部署属性的项目输出引用添加为现有引用,则不添加任何新的输出引用。 相反,返回现有引用。