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