DOMNodeWrapper.removeAttribute 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 removeAttribute ( _
name As String _
)
'Usage
Dim instance As DOMNodeWrapper
Dim name As String
instance.removeAttribute(name)
public void removeAttribute(
string name
)
Parameters
- name
Type: System.String
Implements
IXMLDOMElement.removeAttribute(String)