[This is preliminary documentation and is subject to change.]
Gets the node at the specified index in the collection.
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 node to access.