ISharePointProjectFeatureResourceFileCollection.Item[String] Property
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.
Gets the feature resource file specified by the file name.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointProjectFeatureResourceFile ^ default[System::String ^] { Microsoft::VisualStudio::SharePoint::ISharePointProjectFeatureResourceFile ^ get(System::String ^ fileName); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile this[string fileName] { get; }
member this.Item(string) : Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile
Default Public ReadOnly Property Item(fileName As String) As ISharePointProjectFeatureResourceFile
Parameters
- fileName
- String
Either a path relative to the feature folder or an absolute file path to the feature.
Property Value
An object representing a feature if it is found; null
if it not found.
Exceptions
Occurs if fileName
is null
.