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
- name
Type: System.String
Return Value
Type: System.Object
Implements
IXMLDOMElement.getAttribute(String)