DOMNodeWrapper.hasFeature - Méthode
Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.
Espace de noms : Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly : Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntaxe
'Déclaration
Public Function hasFeature ( _
feature As String, _
version As String _
) As Boolean
'Utilisation
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
)
Paramètres
- feature
Type : System.String
- version
Type : System.String
Valeur renvoyée
Type : System.Boolean
Implémentations
IXMLDOMImplementation.hasFeature(String, String)
Voir aussi
Référence
Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms