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

Attr constructor.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
protected Attr(
	IDOMAttr Attr
)
Visual Basic (Declaration)
Protected Sub New ( _
	Attr As IDOMAttr _
)
Visual C++
protected:
Attr(
	IDOMAttr^ Attr
)

Parameters

Attr
Type: IDOMAttr
WebKit IDOMAttr object.

See Also