DOMDocument50Class.createElement - Méthode

Ce type ou ce membre fait office de proxy pour un objet ou un membre Microsoft XML Core Services (MSXML). Pour plus d’informations sur l’objet ou le membre MSXML encapsulé par ce type ou ce membre, voir MSXML SDK. Pour plus d’informations sur l’utilisation d’objets ou de membres MSXML à partir du code managé, voir Utilisation de MSXML5 et de System.Xml avec le modèle objet InfoPath 2003.

Espace de noms :  Microsoft.Office.Interop.InfoPath.Xml
Assembly :  Microsoft.Office.Interop.InfoPath.Xml (dans Microsoft.Office.Interop.InfoPath.Xml.dll)

Syntaxe

'Déclaration
Public Overridable Function createElement ( _
    tagName As String _
) As IXMLDOMElement
'Utilisation
Dim instance As DOMDocument50Class
Dim tagName As String
Dim returnValue As IXMLDOMElement

returnValue = instance.createElement(tagName)
public virtual IXMLDOMElement createElement(
    string tagName
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMElement

Implémentations

IXMLDOMDocument3.createElement(String)

Voir aussi

Référence

DOMDocument50Class classe

DOMDocument50Class - Membres

Microsoft.Office.Interop.InfoPath.Xml - Espace de noms