ISharePointProjectCollection.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 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.