ISharePointProjectFeatureResourceFileCollection 接口

表示功能的资源文件的集合。

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

语法

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

ISharePointProjectFeatureResourceFileCollection 类型公开以下成员。

属性

  名称 说明
公共属性 Count 获取集合中项的数目。 (继承自 ISharePointCollection<T>。)
公共属性 Feature 获取父项目功能。
公共属性 Item 获取由此文件名指定的功能资源文件。

页首

方法

  名称 说明
公共方法 Add 为指定的区域性创建新的资源文件,并将其添加到此集合中。
公共方法 Contains 获取提供的项是否为此集合的成员。 (继承自 ISharePointCollection<T>。)
公共方法 CopyTo 将此集合中的项复制到数组中。 (继承自 ISharePointCollection<T>。)
公共方法 Find 使用指定的区域性查找功能资源文件。
公共方法 GetEnumerator() 返回一个循环访问集合的枚举数。 (继承自 IEnumerable<ISharePointProjectFeatureResourceFile>。)
公共方法 GetEnumerator() 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。)

页首

事件

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

页首

请参见

参考

Microsoft.VisualStudio.SharePoint 命名空间