SPFeaturePropertyCollection.Remove 方法

从集合中删除具有指定名称的功能属性。

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

语法

声明
Public Sub Remove ( _
    name As String _
)
用法
Dim instance As SPFeaturePropertyCollection
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)

参数

异常

异常 条件
ArgumentNullException

name是 null 。

另请参阅

引用

SPFeaturePropertyCollection 类

SPFeaturePropertyCollection 成员

Microsoft.SharePoint 命名空间