Share via


DOMNodeWrapper.hasFeature method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
Public Function hasFeature ( _
    feature As String, _
    version As String _
) As Boolean
'Usage
Dim instance As DOMNodeWrapper
Dim feature As String
Dim version As String
Dim returnValue As Boolean

returnValue = instance.hasFeature(feature, _
    version)
public bool hasFeature(
    string feature,
    string version
)

Parameters

Return value

Type: System.Boolean

Implements

IXMLDOMImplementation.hasFeature(String, String)

See also

Reference

DOMNodeWrapper class

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace