'Declaration Public Overloads ReadOnly Property Item( _ ByVal prefix As String, _ ByVal localName As String _ ) As XMLSSAttribute
'Usage Dim instance As XMLSSAttributeCollection Dim prefix As String Dim localName As String Dim value As XMLSSAttribute value = instance.Item(prefix, localName)
public XMLSSAttribute Item( string prefix, string localName ) {get;}
Parameters
- prefix
- The prefix of the XMLSSAttribute used to match.
- localName
- The localName of the XMLSSAttribute used to match