XmlElement コンストラクタ
アセンブリ: System.Xml (system.xml.dll 内)

Protected Friend Sub New ( _ prefix As String, _ localName As String, _ namespaceURI As String, _ doc As XmlDocument _ )
Dim prefix As String Dim localName As String Dim namespaceURI As String Dim doc As XmlDocument Dim instance As New XmlElement(prefix, localName, namespaceURI, doc)
protected internal XmlElement ( string prefix, string localName, string namespaceURI, XmlDocument doc )
protected public: XmlElement ( String^ prefix, String^ localName, String^ namespaceURI, XmlDocument^ doc )
protected internal function XmlElement ( prefix : String, localName : String, namespaceURI : String, doc : XmlDocument )
パラメータ
- localName
- namespaceURI

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- XmlElement コンストラクタのページへのリンク