ISharePointProjectFeatureResourceFileCollection.Find Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Finds a feature resource file with the specified culture.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Function Find ( _
cultureInfo As CultureInfo _
) As ISharePointProjectFeatureResourceFile
ISharePointProjectFeatureResourceFile Find(
CultureInfo cultureInfo
)
Parameters
cultureInfo
Type: System.Globalization.CultureInfoThe culture of the feature resource file being searched for.
Return Value
Type: Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile
An object representing a feature resource file if it is found; nulla null reference (Nothing in Visual Basic) otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Occurs if cultureInfo is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.