This document is archived and information here might be outdated. Recommended version. |
Add an element to the array.
[Visual Basic .NET] Public Sub Add ( _ ByVal Element As IServiceDescription _ )
[C#] public void Add ( IServiceDescription Element );
[C++]
HRESULT Add(
IServiceDescription* Element
);
[C++] Parameters Element [in]
Element is a parameter of type IServiceDescription*