Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
Namespace: Telerik.Windows.Documents.FormatProviders.Html.Parsing.DomAssembly: Telerik.Windows.Documents.FormatProviders.Html (in Telerik.Windows.Documents.FormatProviders.Html.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxbool IsSupported(
string feature,
string version
)
Function IsSupported (
feature As String,
version As String
) As Boolean
Parameters
- feature
- Type: SystemString
- version
- Type: SystemString
Return Value
Type:
Boolean Returns
if the specified feature is
supported on this node,
otherwise.
See Also