DOMNodeWrapper.setAttribute 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 Sub setAttribute ( _
    name As String, _
    value As Object _
)
'Usage
Dim instance As DOMNodeWrapper
Dim name As String
Dim value As Object

instance.setAttribute(name, value)
public void setAttribute(
    string name,
    Object value
)

Parameters

Implements

IXMLDOMElement.setAttribute(String, Object)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace