MonobjcMonobjc Documented Class Library
RemoveAttributeForName Method (attrName)
NamespacesMonobjc.FoundationNSXMLElementRemoveAttributeForName(NSString)

Removes an attribute node that is identified by its name.

Original signature is '- (void)removeAttributeForName:(NSString *)attrName'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveAttributeForName(
	NSString attrName
)
Public Overridable Sub RemoveAttributeForName ( _
	attrName As NSString _
)
public:
virtual void RemoveAttributeForName(
	NSString^ attrName
)
Parameters
attrName (NSString)
A string specifying the name of an attribute.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)