Share via


ISharePointProjectFeatureResourceFileCollection Interface

Definition

Represents the collection of resource files for a feature.

C#
public interface ISharePointProjectFeatureResourceFileCollection : Microsoft.VisualStudio.SharePoint.ISharePointCollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
Implements

Properties

Count

Gets the number of items in the collection.

(Inherited from ISharePointCollection<T>)
Feature

Gets the parent project feature.

Item[String]

Gets the feature resource file specified by the file name.

Methods

Add(CultureInfo)

Creates a new resource file for the specified culture and adds it to this collection.

Contains(T)

Gets whether the provided item is a member of this collection.

(Inherited from ISharePointCollection<T>)
CopyTo(T[], Int32)

Copies items from this collection into an array.

(Inherited from ISharePointCollection<T>)
Find(CultureInfo)

Finds a feature resource file with the specified culture.

Applies to

Product Versions
SharePoint Projects 2017, 2019, 2022