[This is preliminary documentation and is subject to change.]
Gets the DOM Implementation object that handles this document.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public DocumentImpl Implementation { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Implementation As DocumentImpl |
Visual C++ |
---|
public: property DocumentImpl^ Implementation { DocumentImpl^ get (); } |