Edit

Share via


IXMLDOMImplementation.hasFeature(String, String) Method

Definition

This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) object or member. For information about the MSXML object or member that is wrapped by this type or member, see the MSXML SDKWorking with MSXML5 and System.Xml Using the InfoPath 2003 Object Model

public:
 bool hasFeature(System::String ^ feature, System::String ^ version);
public bool hasFeature (string feature, string version);
abstract member hasFeature : string * string -> bool
Public Function hasFeature (feature As String, version As String) As Boolean

Parameters

feature
String
version
String

Returns

Applies to