ConfigXmlDocument.CreateAttribute(String, String, String) Método
Definição
Cria um atributo de elemento de configuração.Creates a configuration element attribute.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Parâmetros
- prefix
- String
A definição de prefixo.The prefix definition.
- localName
- String
O nome usado localmente.The name that is used locally.
- namespaceUri
- String
A URL atribuída ao namespace.The URL that is assigned to the namespace.
Retornos
O atributo XmlAttribute.The XmlAttribute attribute.