ISharePointProjectCollection.Item 属性

获取使用指定项目路径的 SharePoint 项目的实例。

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

语法

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

参数

  • fullPath
    类型:System.String
    请求的项目的完整路径。

属性值

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

.NET Framework 安全性

请参见

参考

ISharePointProjectCollection 接口

Microsoft.VisualStudio.SharePoint 命名空间