Share via


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

returnValue = instance.getAttributeNode(name)
public IXMLDOMAttribute getAttributeNode(
    string name
)

Parameters

Return Value

Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMAttribute

Implements

IXMLDOMElement.getAttributeNode(String)

See Also

Reference

DOMNodeWrapper Class

DOMNodeWrapper Members

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace