RemoveAttributeNode Method

WebKit .NET

[This is preliminary documentation and is subject to change.]

Removes the specified attribute.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Attr RemoveAttributeNode(
	Attr OldAttr
)
Visual Basic (Declaration)
Public Function RemoveAttributeNode ( _
	OldAttr As Attr _
) As Attr
Visual C++
public:
Attr^ RemoveAttributeNode(
	Attr^ OldAttr
)

Parameters

OldAttr
Type: WebKit.DOM..::.Attr
The attribute to remove.

Return Value

The removed attribute.

See Also