ISharePointProjectFeatureResourceFileCollection.Find(CultureInfo) Method

Definition

Finds a feature resource file with the specified culture.

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

Parameters

cultureInfo
CultureInfo

The culture of the feature resource file being searched for.

Returns

ISharePointProjectFeatureResourceFile

An object representing a feature resource file if it is found; null otherwise.

Exceptions

Occurs if cultureInfo is null.

Applies to