ISharePointProjectCollection.Item[String] Property

Definition

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

public Microsoft.VisualStudio.SharePoint.ISharePointProject this[string fullPath] { get; }

Parameters

fullPath
String

The full path for the requested project.

Property Value

ISharePointProject

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

Applies to