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