SPFeaturePropertyCollection.Add 方法

向集合中添加指定的功能属性对象。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub Add ( _
    property As SPFeatureProperty _
)
用法
Dim instance As SPFeaturePropertyCollection
Dim property As SPFeatureProperty

instance.Add(property)
public void Add(
    SPFeatureProperty property
)

参数

异常

异常 条件
ArgumentNullException

propertyName属性为 null 。

ArgumentException

集合中已存在propertyvalue()属性的值。

备注

此方法向集合添加指定的功能属性。

另请参阅

引用

SPFeaturePropertyCollection 类

SPFeaturePropertyCollection 成员

Microsoft.SharePoint 命名空间