次の方法で共有


EmailAdapterObjectClass.QueryOrSubmitWithInputOutput メソッド

この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
Public Overridable Function QueryOrSubmitWithInputOutput ( _
    <InAttribute> fInputIsNull As Boolean, _
    <InAttribute> bstrInputXML As String, _
    <InAttribute> fOutputIsNull As Boolean _
) As String Implements IDataAdapterMOM.QueryOrSubmitWithInputOutput
'使用
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
)

パラメータ

  • fInputIsNull
  • bstrInputXML
  • fOutputIsNull

関連項目

参照

EmailAdapterObjectClass クラス
EmailAdapterObjectClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間