XmlFormHostItem.QueryContract-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die Verwendung direkt von Ihrem Code aus vorgesehen.
Dieser Member überschreibt RemoteObjectAdapterQueryContract(String).
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Protected Overrides Function QueryContract ( _
contractIdentifier As String _
) As IContract
'Usage
Dim contractIdentifier As String
Dim returnValue As IContract
returnValue = Me.QueryContract(contractIdentifier)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
protected override IContract QueryContract(
string contractIdentifier
)
Parameter
- contractIdentifier
Typ: System.String
Rückgabewert
Typ: System.AddIn.Contract.IContract