DOMNodeWrapper.setAttributeNode Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Function setAttributeNode ( _
attribute As IXMLDOMAttribute _
) As IXMLDOMAttribute
'Usage
Dim instance As DOMNodeWrapper
Dim attribute As IXMLDOMAttribute
Dim returnValue As IXMLDOMAttribute
returnValue = instance.setAttributeNode(attribute)
public IXMLDOMAttribute setAttributeNode(
IXMLDOMAttribute attribute
)
Parameters
- attribute
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute
Implements
IXMLDOMElement.setAttributeNode(IXMLDOMAttribute)