Share via


XDocumentClass._XDocument4_SetNamedNodeProperty - Méthode

Ce type est le wrapper d’une coclasse ou d’un membre de coclasse requis par le code managé pour l’interopérabilité COM. Cette classe n’est pas destinée à être utilisée dans le code.

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

Syntaxe

'Déclaration
Public Overridable Sub _XDocument4_SetNamedNodeProperty ( _
    pxmlMainDOMNode As IXMLDOMNode, _
    bstrPropertyName As String, _
    bstrValue As String _
)
'Utilisation
Dim instance As XDocumentClass
Dim pxmlMainDOMNode As IXMLDOMNode
Dim bstrPropertyName As String
Dim bstrValue As String

instance._XDocument4_SetNamedNodeProperty(pxmlMainDOMNode, _
    bstrPropertyName, bstrValue)
public virtual void _XDocument4_SetNamedNodeProperty(
    IXMLDOMNode pxmlMainDOMNode,
    string bstrPropertyName,
    string bstrValue
)

Paramètres

Implémentations

_XDocument4.SetNamedNodeProperty(IXMLDOMNode, String, String)

Voir aussi

Référence

XDocumentClass classe

XDocumentClass - Membres

Microsoft.Office.Interop.InfoPath - Espace de noms