Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an item from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Sub InternalRemove ( _
item As String _
)
'Usage
Dim item As String
Me.InternalRemove(item)
protected internal void InternalRemove(
string item
)
Parameters
item
Type: System.StringThe item to be removed from the collection.