SPScriptSafeCollection.InternalRemove 方法
从集合中移除的项。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Friend Sub InternalRemove ( _
item As String _
)
用法
Dim item As String
Me.InternalRemove(item)
protected internal void InternalRemove(
string item
)
参数
item
类型:System.String要从集合中移除的项。