ISharePointProjectItemFileCollection.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 a SharePoint project item file by the file name.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ default[System::String ^] { Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ get(System::String ^ fileName); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile this[string fileName] { get; }
member this.Item(string) : Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile
Default Public ReadOnly Property Item(fileName As String) As ISharePointProjectItemFile
Parameters
- fileName
- String
The absolute or relative to the SharePoint project item folder file path.
Property Value
An object representing a project item file.