SPFeaturePropertyCollection.Remove method
從集合中移除具有指定名稱的 [功能] 屬性。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Remove ( _
name As String _
)
'用途
Dim instance As SPFeaturePropertyCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
參數
name
Type: System.String功能屬性的名稱。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | name是 null 。 |
請參閱
參照
SPFeaturePropertyCollection class