This document is archived and information here might be outdated. Recommended version. |
Remove an item from the collection by reference.
[Visual Basic .NET] Public Sub Remove ( _ ByVal Element As Object _ )
[C#] public void Remove ( object Element );
[C++]
HRESULT Remove(
LPUNKNOWN Element
);
[C++]
Parameters Element [in]
Element is a parameter of type IUnknown
Removes an object from the NamedSet.