ISharePointProjectItemCollection.Item 属性

按文件夹路径获取 ISharePointProjectItem 的实例。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
ReadOnly Default Property Item ( _
    folderPath As String _
) As ISharePointProjectItem
    Get
ISharePointProjectItem this[
    string folderPath
] { get; }

参数

属性值

类型:Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
如果找到 SharePoint 项目项的实例,则为该实例;否则为 nullnull 引用(在 Visual Basic 中为 Nothing) 或 Nothing。

备注

folderPath 可以是绝对文件夹路径或相对于项目文件夹的相对路径。

.NET Framework 安全性

请参见

参考

ISharePointProjectItemCollection 接口

Microsoft.VisualStudio.SharePoint 命名空间