ISharePointProjectCollection.Item Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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.StringThe 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.