SPScriptSafeCollection.InternalRemove method
從集合中移除項目。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Friend Sub InternalRemove ( _
item As String _
)
'用途
Dim item As String
Me.InternalRemove(item)
protected internal void InternalRemove(
string item
)
參數
item
Type: System.String若要從集合中移除項目。