[This is preliminary documentation and is subject to change.]
Gets a NamedNodeMap of attributes for the element.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public NamedNodeMap Attributes { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Attributes As NamedNodeMap |
| Visual C++ |
|---|
public: property NamedNodeMap^ Attributes { NamedNodeMap^ get (); } |