ISharePointProjectItemFileCollection.Item[String] Property

Definition

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.

Applies to