[This is preliminary documentation and is subject to change.]
Removes the specified attribute.
Namespace:
WebKit.DOMAssembly: 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.