DOMNodeWrapper.getAttribute 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 getAttribute ( _
    name As String _
) As Object
'Usage
Dim instance As DOMNodeWrapper
Dim name As String
Dim returnValue As Object

returnValue = instance.getAttribute(name)
public Object getAttribute(
    string name
)

Parameters

Return value

Type: System.Object

Implements

IXMLDOMElement.getAttribute(String)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace