共用方式為


WebServiceAdapterObjectClass.QueryOrSubmitWithInputOutput 方法

此類型為 coclass 或 coclass 成員的包裝函式,屬性 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 WebServiceAdapterObjectClass
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

請參閱

參考

WebServiceAdapterObjectClass 類別
WebServiceAdapterObjectClass 成員
Microsoft.Office.Interop.InfoPath 命名空間