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