Freigeben über


ISharePointProjectItemCollection.Item-Eigenschaft

Ruft eine Instanz eines ISharePointProjectItem-Elements anhand des Ordnerpfads auf.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    folderPath As String _
) As ISharePointProjectItem
ISharePointProjectItem this[
    string folderPath
] { get; }

Parameter

Eigenschaftswert

Typ: Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
Eine Instanz des SharePoint-Projekts, sofern sie gefunden wurde, andernfalls nullNULL-Verweis (Nothing in Visual Basic) oder Nothing.

Hinweise

folderPath kann entweder ein absoluter Ordnerpfad oder ein relativer Pfad zum Projektordner sein.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISharePointProjectItemCollection Schnittstelle

Microsoft.VisualStudio.SharePoint-Namespace