SharepointListAdapterObjectClass.SubmitWithInput - Méthode
Ce type est le wrapper d’une coclasse ou d’un membre de coclasse requis par le code managé pour l’interopérabilité COM. Cette classe n’est pas destinée à être utilisée dans le code.
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
Public Overridable Sub SubmitWithInput ( _
bstrInputXML As String _
)
'Utilisation
Dim instance As SharepointListAdapterObjectClass
Dim bstrInputXML As String
instance.SubmitWithInput(bstrInputXML)
public virtual void SubmitWithInput(
string bstrInputXML
)
Paramètres
- bstrInputXML
Type : System.String
Implémentations
IDataAdapterMOM.SubmitWithInput(String)
Voir aussi
Référence
SharepointListAdapterObjectClass classe