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

页首

备注

如果尝试将具有相同部署属性的项目输出引用添加为现有引用,则不添加任何新的输出引用。 相反,返回现有引用。

请参见

参考

Microsoft.VisualStudio.SharePoint 命名空间