ISharePointProjectItemCollection.Item[String] Property

Definition

Gets an instance of a ISharePointProjectItem by its folder path.

public:
 property Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ default[System::String ^] { Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ get(System::String ^ folderPath); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItem this[string folderPath] { get; }
member this.Item(string) : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
Default Public ReadOnly Property Item(folderPath As String) As ISharePointProjectItem

Parameters

folderPath
String

A ISharePointProjectItem folder path.

Property Value

An instance of a SharePoint project item if it is found; null or Nothing otherwise.

Remarks

folderPath can be either an absolute folder path or a relative path to the project folder.

Applies to