SubmitToHostAdapter Members (Microsoft.Office.Interop.InfoPath.SemiTrust)
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSubmitToHostAdapterObject.
The following tables list the members exposed by the SubmitToHostAdapter type.
| Name | Description | |
|---|---|---|
| Name | Gets the name of the data adapter that the SubmitToHostAdapter object represents.This property is not CLS-compliant. |
| QueryAllowed | The QueryAllowed property is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns false.This property is not CLS-compliant. |
| SubmitAllowed | The SubmitAllowed property is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the property always returns true.This property is not CLS-compliant. |
| Name | Description | |
|---|---|---|
| Query | The Query method is available for the SubmitToHostAdapter object but, because the SubmitToHostAdapter object is available for submitting data only, the method will always generate a run-time error when it is called on that object.This method is not CLS-compliant. |
| Submit | Executes the submit operation on the SubmitToHostAdapter object.This method is not CLS-compliant. |