ISharePointProjectFeatureResourceFileCollection.Item[String] Property

Definition

Gets the feature resource file specified by the file name.

public Microsoft.VisualStudio.SharePoint.ISharePointProjectFeatureResourceFile this[string fileName] { get; }

Parameters

fileName
String

Either a path relative to the feature folder or an absolute file path to the feature.

Property Value

ISharePointProjectFeatureResourceFile

An object representing a feature if it is found; null if it not found.

Exceptions

Occurs if fileName is null.

Applies to