|  | This document is archived and information here might be outdated. Recommended version. | 
Removes an item from the selected items.
[Visual Basic .NET]
Public Sub RemoveFromSelectedItems ( _
    ByVal item As Object _
)
[C#]
public void RemoveFromSelectedItems (
    object item
);