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