Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an instance of the SharePoint project using the specified project path.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
fullPath As String _
) As ISharePointProject
ISharePointProject this[
string fullPath
] { get; }
Parameters
- fullPath
Type: System.String
The full path for the requested project.
Property Value
Type: Microsoft.VisualStudio.SharePoint.ISharePointProject
An instance of SharePoint project if it is found; nulla null reference (Nothing in Visual Basic) otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.