Share via


XmlFormHostItem.QueryContract method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides RemoteObjectAdapterQueryContract(String).

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Protected Overrides Function QueryContract ( _
    contractIdentifier As String _
) As IContract
'Usage
Dim contractIdentifier As String
Dim returnValue As IContract

returnValue = Me.QueryContract(contractIdentifier)
protected override IContract QueryContract(
    string contractIdentifier
)

Parameters

Return value

Type: System.AddIn.Contract.IContract

See also

Reference

XmlFormHostItem class

XmlFormHostItem members

Microsoft.Office.InfoPath namespace