ISharePointProjectFeatureResourceFileCollection.Add(CultureInfo) Method

Definition

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

public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile Add (System.Globalization.CultureInfo cultureInfo);

Parameters

cultureInfo
CultureInfo

The culture info for the new resource file.

Returns

ISharePointProjectFeatureResourceFile

An object representing a resource file.

Exceptions

Occurs if cultureInfo is null.

Occurs if a resource file with the specified cultureInfo already exists.

Applies to