←Select platform

RemoveElementAttribute Method

Summary
Removes the specified attribute from the XML element.
Syntax
C#
VB
Objective-C
C++
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.

Example

For an example, refer to EnumerateElements.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.