Share via


ISharePointProjectFeatureResourceFileCollection Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the collection of resource files for a feature.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

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

The ISharePointProjectFeatureResourceFileCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the collection. (Inherited from ISharePointCollection<T>.)
Public property Feature Gets the parent project feature.
Public property Item Gets the feature resource file specified by the file name.

Top

Methods

  Name Description
Public method Add Creates a new resource file for the specified culture and adds it to this collection.
Public method Contains Gets whether the provided item is a member of this collection. (Inherited from ISharePointCollection<T>.)
Public method CopyTo Copies items from this collection into an array. (Inherited from ISharePointCollection<T>.)
Public method Find Finds a feature resource file with the specified culture.
Public method GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<ISharePointProjectFeatureResourceFile>.)

Top

Events

  Name Description
Public event CollectionChanged Occurs when the collection changes. (Inherited from INotifyCollectionChanged.)
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.VisualStudio.SharePoint Namespace