DOMNodeWrapper.createElement - Méthode
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly : Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntaxe
'Déclaration
Public Function createElement ( _
tagName As String _
) As IXMLDOMElement
'Utilisation
Dim instance As DOMNodeWrapper
Dim tagName As String
Dim returnValue As IXMLDOMElement
returnValue = instance.createElement(tagName)
public IXMLDOMElement createElement(
string tagName
)
Paramètres
- tagName
Type : System.String
Valeur renvoyée
Type : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMElement
Implémentations
IXMLDOMDocument3.createElement(String)
IXMLDOMDocument2.createElement(String)
IXMLDOMDocument.createElement(String)
Voir aussi
Référence
Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms