Share via


DomElement.SetAttributeNodeNS(DomAttr) Method

Definition

[Foundation.Export("setAttributeNodeNS:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.DomAttr SetAttributeNodeNS(WebKit.DomAttr newAttr);
[<Foundation.Export("setAttributeNodeNS:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetAttributeNodeNS : WebKit.DomAttr -> WebKit.DomAttr
override this.SetAttributeNodeNS : WebKit.DomAttr -> WebKit.DomAttr

Parameters

newAttr
DomAttr

Returns

Attributes

Applies to