ISharePointProjectCollection.Item[String] Property

Definition

Gets an instance of the SharePoint project using the specified project path.

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

Parameters

fullPath
String

The full path for the requested project.

Property Value

An instance of SharePoint project if it is found; null otherwise.

Applies to