ISharePointProjectItemCollection.Add 方法 (String, String, Boolean)
创建并添加 SharePoint 项目项的新实例。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Function Add ( _
name As String, _
projectItemType As String, _
skipAutoPackage As Boolean _
) As ISharePointProjectItem
ISharePointProjectItem Add(
string name,
string projectItemType,
bool skipAutoPackage
)
参数
- name
类型:System.String
要添加的 SharePoint 项目项的名称。
- projectItemType
类型:System.String
要添加的 SharePoint 项目项的类型 ID。
- skipAutoPackage
类型:System.Boolean
如果为 true,则跳过自动添加至第一个可用功能。
返回值
类型:Microsoft.VisualStudio.SharePoint.ISharePointProjectItem
已添加的 SharePoint 项目项的实例。
异常
异常 | 条件 |
---|---|
ArgumentNullException | 如果这些参数中有 nullnull 引用(在 Visual Basic 中为 Nothing),就会出现这种情况。 |
ArgumentException | 在下列情况下会出现这种情况:
|
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。