ISharePointProjectFeatureResourceFileCollection.Find(CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds a feature resource file with the specified culture.
public:
Microsoft::VisualStudio::SharePoint::ISharePointProjectFeatureResourceFile ^ Find(System::Globalization::CultureInfo ^ cultureInfo);
public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile Find (System.Globalization.CultureInfo cultureInfo);
abstract member Find : System.Globalization.CultureInfo -> Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile
Public Function Find (cultureInfo As CultureInfo) As ISharePointProjectFeatureResourceFile
Parameters
- cultureInfo
- CultureInfo
The culture of the feature resource file being searched for.
Returns
An object representing a feature resource file if it is found; null
otherwise.
Exceptions
Occurs if cultureInfo
is null
.