XDocumentClass._XDocument3_SetNamedNodeProperty-Methode
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
Public Overridable Sub _XDocument3_SetNamedNodeProperty ( _
<InAttribute> pxmlMainDOMNode As IXMLDOMNode, _
<InAttribute> bstrPropertyName As String, _
<InAttribute> bstrValue As String _
) Implements _XDocument3.SetNamedNodeProperty
'Usage
Dim instance As XDocumentClass
Dim pxmlMainDOMNode As IXMLDOMNode
Dim bstrPropertyName As String
Dim bstrValue As String
CType(instance, _XDocument3).SetNamedNodeProperty(pxmlMainDOMNode, bstrPropertyName, bstrValue)
public virtual void _XDocument3.SetNamedNodeProperty (
[InAttribute] IXMLDOMNode pxmlMainDOMNode,
[InAttribute] string bstrPropertyName,
[InAttribute] string bstrValue
)
Parameter
- pxmlMainDOMNode
- bstrPropertyName
- bstrValue
Siehe auch
Referenz
XDocumentClass-Klasse
XDocumentClass-Member
Microsoft.Office.Interop.InfoPath-Namespace