ConfigXmlDocument::CreateElement Method

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   System.Configuration
Assembly:  System (in System.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^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a configuration element.(Overrides XmlDocument::CreateElement(String^, String^, String^).)

Return to top
Show: