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
- feature
Type: System.String
- version
Type: System.String
Return Value
Type: System.Boolean
Implements
IXMLDOMImplementation.hasFeature(String, String)