ConfigXmlDocument::CreateAttribute 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_pubmethodCreateAttribute(String^)

Creates an XmlAttribute with the specified Name.(Inherited from XmlDocument.)

System_CAPS_pubmethodCreateAttribute(String^, String^)

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

System_CAPS_pubmethodCreateAttribute(String^, String^, String^)

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

Return to top
Show: