This document is archived and information here might be outdated. Recommended version. |
Removes a Name from the list.
[Visual Basic .NET] Public Sub Remove ( _ ByVal Name As IName _ )
[C#] public void Remove ( IName Name );
[C++]
HRESULT Remove(
IName* Name
);
[C++] Parameters Name [in]
Name is a parameter of type IName*
Removes the specified Name object from the enumerator.