RemoveElementAttribute Method
Summary
Removes the specified attribute from the XML element.
Syntax
public void RemoveElementAttribute(
string name
)
Public Sub RemoveElementAttribute( _
ByVal name As String _
)
- (BOOL)removeElementAttribute:(NSString *)attribute error:(NSError **)error
public:
void RemoveElementAttribute(
String^ name
)
Parameters
name
The attribute name to remove. Ignored if the element does not have an attribute with this name.