[This is preliminary documentation and is subject to change.]
Gets the item at the specified index.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public Node GetItem( int Index ) |
Visual Basic (Declaration) |
---|
Public Function GetItem ( _ Index As Integer _ ) As Node |
Visual C++ |
---|
public: Node^ GetItem( int Index ) |
Parameters
- Index
- Type: System..::.Int32
Index of the item to get.