[To be supplied.]
[Visual Basic] Function hasFeature( _ ByVal feature As String, _ ByVal version As String _ ) As Boolean [C#] bool hasFeature( string feature, string version ); [C++] bool hasFeature( String* feature, String* version ) = 0; [JScript] function hasFeature( feature : String, version : String ) : Boolean;
IDOMImplementation Interface | IDOMImplementation Members | System.Data.XML.DOM Namespace