ISharePointProjectFeatureResourceFileCollection Interface

 

Represents the collection of resource files for a feature.

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

public interface class ISharePointProjectFeatureResourceFileCollection : ISharePointCollection<ISharePointProjectFeatureResourceFile^>, 
	INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProjectFeatureResourceFile^>, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the collection.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubpropertyFeature

Gets the parent project feature.

System_CAPS_pubpropertyItem[String^]

Gets the feature resource file specified by the file name.

NameDescription
System_CAPS_pubmethodAdd(CultureInfo^)

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

System_CAPS_pubmethodContains(T)

Gets whether the provided item is a member of this collection.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubmethodCopyTo(array<T>^, Int32)

Copies items from this collection into an array.(Inherited from ISharePointCollection<T>.)

System_CAPS_pubmethodFind(CultureInfo^)

Finds a feature resource file with the specified culture.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

Return to top
Show: