XDocumentClass.SetNamedNodeProperty-Methode
Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(44)> _
Public Overridable Sub SetNamedNodeProperty ( _
<InAttribute> pxmlMainDOMNode As IXMLDOMNode, _
<InAttribute> bstrPropertyName As String, _
<InAttribute> bstrValue As String _
) Implements _XDocument2.SetNamedNodeProperty
'Usage
Dim instance As XDocumentClass
Dim pxmlMainDOMNode As IXMLDOMNode
Dim bstrPropertyName As String
Dim bstrValue As String
CType(instance, _XDocument2).SetNamedNodeProperty(pxmlMainDOMNode, bstrPropertyName, bstrValue)
[DispIdAttribute(44)]
public virtual void _XDocument2.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