[This is preliminary documentation and is subject to change.]
Removes the item with the specified name from the collection.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public Node RemoveNamedItem( string Name ) |
Visual Basic (Declaration) |
---|
Public Function RemoveNamedItem ( _ Name As String _ ) As Node |
Visual C++ |
---|
public: Node^ RemoveNamedItem( String^ Name ) |
Parameters
- Name
- Type: System..::.String
Name of the item to remove.