'Declaration Public Function Add( _ ByVal xmlssAttribute As XMLSSAttribute _ ) As Integer
'Usage Dim instance As XMLSSAttributeCollection Dim xmlssAttribute As XMLSSAttribute Dim value As Integer value = instance.Add(xmlssAttribute)
public int Add( XMLSSAttribute xmlssAttribute )
Parameters
- xmlssAttribute
- The XMLSSAttribute to add to the collection.
Return Value
The index of the XMLSSAttribute added to the collection.