Share via


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

See Also

Reference

ISharePointProjectCollection Interface

Microsoft.VisualStudio.SharePoint Namespace