Namespace System Namespace Xml /*! @brief 属性を表します。 */ Class XmlAttribute Inherits XmlNode Public Sub XmlAttribute( prefix As String, localName As String, namespaceURI As String, doc As XmlDocument ) XmlNode( prefix, localName, namespaceURI, doc ) End Sub End Class TypeDef XmlAttributeCollection = System.Collections.Generic.List End Namespace End Namespace