[This is preliminary documentation and is subject to change.]
Checks whether a specified feature is supported on this node.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public bool IsSupported( string Feature, string Version ) |
Visual Basic (Declaration) |
---|
Public Function IsSupported ( _ Feature As String, _ Version As String _ ) As Boolean |
Visual C++ |
---|
public: bool IsSupported( String^ Feature, String^ Version ) |
Parameters
- Feature
- Type: System..::.String
The feature to check.
- Version
- Type: System..::.String
The feature version to check.