XmlDataDocument::CreateElement Method

 

Namespace:   System.Xml
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodCreateElement(String^)

Creates an element with the specified name.(Inherited from XmlDocument.)

System_CAPS_pubmethodCreateElement(String^, String^)

Creates an XmlElement with the qualified name and NamespaceURI.(Inherited from XmlDocument.)

System_CAPS_pubmethodCreateElement(String^, String^, String^)

Creates an element with the specified Prefix, LocalName , and NamespaceURI.(Overrides XmlDocument::CreateElement(String^, String^, String^).)

Return to top
Show: