'Usage Dim instance As XMLSSAttributeCollection Dim localName As String Dim value As Boolean value = instance.Contains(localName)
Parameters
- localName
- The localName of the XMLSSAttribute used to match
Return Value
true if the XMLSSAttribute object exists in the collection; false otherwise.