Sdílet prostřednictvím


EmailAdapterObjectClass.QueryOrSubmitWithInputOutput-Methode

Dies ist ein Wrappertyp für eine Coklasse oder ein Coklassenmember, die bzw. der für den verwalteten Code der COM-Interoperabilität erforderlich ist. Diese Klasse soll nicht in Code verwendet werden.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
Public Overridable Function QueryOrSubmitWithInputOutput ( _
    <InAttribute> fInputIsNull As Boolean, _
    <InAttribute> bstrInputXML As String, _
    <InAttribute> fOutputIsNull As Boolean _
) As String Implements IDataAdapterMOM.QueryOrSubmitWithInputOutput
'Usage
Dim instance As EmailAdapterObjectClass
Dim fInputIsNull As Boolean
Dim bstrInputXML As String
Dim fOutputIsNull As Boolean
Dim returnValue As String

returnValue = CType(instance, IDataAdapterMOM).QueryOrSubmitWithInputOutput(fInputIsNull, bstrInputXML, fOutputIsNull)
public virtual string IDataAdapterMOM.QueryOrSubmitWithInputOutput (
    [InAttribute] bool fInputIsNull,
    [InAttribute] string bstrInputXML,
    [InAttribute] bool fOutputIsNull
)

Parameter

  • fInputIsNull
  • bstrInputXML
  • fOutputIsNull

Siehe auch

Referenz

EmailAdapterObjectClass-Klasse
EmailAdapterObjectClass-Member
Microsoft.Office.Interop.InfoPath-Namespace