Item Property (String)

WebKit .NET

[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 this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As Node
Visual C++
public:
property Node^ default[String^ name] {
	Node^ get (String^ name);
}

Parameters

name
Type: System..::.String
Name of the item to get.

Return Value

Node with the specified name.

See Also