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