ISharePointProjectFeatureResourceFileCollection Interface

Definition

Represents the collection of resource files for a feature.

public interface class ISharePointProjectFeatureResourceFileCollection : Microsoft::VisualStudio::SharePoint::ISharePointCollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectFeatureResourceFile ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISharePointProjectFeatureResourceFile ^>, System::Collections::Specialized::INotifyCollectionChanged, System::ComponentModel::INotifyPropertyChanged
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
type ISharePointProjectFeatureResourceFileCollection = interface
    interface ISharePointCollection<ISharePointProjectFeatureResourceFile>
    interface INotifyCollectionChanged
    interface INotifyPropertyChanged
    interface seq<ISharePointProjectFeatureResourceFile>
    interface IEnumerable
Public Interface ISharePointProjectFeatureResourceFileCollection
Implements IEnumerable(Of ISharePointProjectFeatureResourceFile), INotifyCollectionChanged, INotifyPropertyChanged, ISharePointCollection(Of ISharePointProjectFeatureResourceFile)
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