IXMLDOMImplementation.hasFeature(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool hasFeature(System::String ^ feature, System::String ^ version);
[System.Runtime.InteropServices.DispId(145)]
public bool hasFeature (string feature, string version);
[<System.Runtime.InteropServices.DispId(145)>]
abstract member hasFeature : string * string -> bool
Public Function hasFeature (feature As String, version As String) As Boolean
Parameters
- feature
- String
- version
- String
Returns
- Attributes