XmlAttribute(String, String, String, XmlDocument) Constructeur

Définition

Initialise une nouvelle instance de la classe XmlAttribute.

protected public:
 XmlAttribute(System::String ^ prefix, System::String ^ localName, System::String ^ namespaceURI, System::Xml::XmlDocument ^ doc);
protected internal XmlAttribute (string prefix, string localName, string namespaceURI, System.Xml.XmlDocument doc);
protected internal XmlAttribute (string? prefix, string localName, string? namespaceURI, System.Xml.XmlDocument doc);
new System.Xml.XmlAttribute : string * string * string * System.Xml.XmlDocument -> System.Xml.XmlAttribute
Protected Friend Sub New (prefix As String, localName As String, namespaceURI As String, doc As XmlDocument)

Paramètres

prefix
String

Le préfixe de l'espace de noms.

localName
String

Le nom local de l'attribut.

namespaceURI
String

URI (Uniform Resource Identifier) de l'espace de noms.

doc
XmlDocument

Document XML parent.

Remarques

N’instanciez pas directement un XmlAttribute ; utilisez plutôt des méthodes telles que CreateAttribute.

S’applique à