ConfigXmlDocument.CreateAttribute(String, String, String) Methode

Definitie

Hiermee maakt u een kenmerk voor een configuratie-element.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 override System::Xml::XmlAttribute ^ CreateAttribute(System::String ^ prefix, System::String ^ localName, System::String ^ namespaceUri);
public override System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceUri);
override this.CreateAttribute : string * string * string -> System.Xml.XmlAttribute
Public Overrides Function CreateAttribute (prefix As String, localName As String, namespaceUri As String) As XmlAttribute

Parameters

prefix
String

De definitie van het voorvoegsel.

localName
String

De naam die lokaal wordt gebruikt.

namespaceUri
String

De URL die is toegewezen aan de naamruimte.

Retouren

Het XmlAttribute kenmerk.

Van toepassing op

Zie ook