GetItem Method

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets the item at the specified index.

Namespace:  WebKit.DOM
Assembly:  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.

Return Value

Node at the specified index.

See Also