ISharePointProjectItemCollection.Add 方法 (String, String, String)

创建并添加 SharePoint 项目项的新实例。

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

语法

声明
Function Add ( _
    path As String, _
    name As String, _
    projectItemType As String _
) As ISharePointProjectItem
ISharePointProjectItem Add(
    string path,
    string name,
    string projectItemType
)

参数

  • path
    类型:System.String
    在其中创建新 SharePoint 项的项目子文件夹。
  • name
    类型:System.String
    要添加的 SharePoint 项目项的名称。
  • projectItemType
    类型:System.String
    要添加的 SharePoint 项目项的类型 ID。

返回值

类型:Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
已添加的 SharePoint 项目项的实例。

异常

异常 条件
ArgumentNullException

如果这些参数中有 nullnull 引用(在 Visual Basic 中为 Nothing),就会出现这种情况。

ArgumentException

在下列情况下会出现这种情况:

  • 如果有任何参数为空字符串。

  • 如果该路径不是有效绝对路径(即不在项目的根路径下)。

  • 如果具有所提供名称的 SharePoint 项目项已存在。

.NET Framework 安全性

请参见

参考

ISharePointProjectItemCollection 接口

Add 重载

Microsoft.VisualStudio.SharePoint 命名空间