ISharePointProjectFeatureResourceFileCollection Interface
Represents the collection of resource files for a feature.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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(array<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. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from INotifyCollectionChanged.) |
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:


