Freigeben über


XmlFormHostItem.RemoteEquals-Methode

Diese Methode wird für die interne Verwendung reserviert und ist nicht für die direkte Verwendung in Code bestimmt.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name:="FullTrust")> _
Protected Overrides Function RemoteEquals ( _
    contract As IContract _
) As Boolean
'Usage
Dim contract As IContract
Dim returnValue As Boolean

returnValue = Me.RemoteEquals(contract)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")] 
protected override bool RemoteEquals (
    IContract contract
)

Parameter

  • contract

Siehe auch

Referenz

XmlFormHostItem-Klasse
XmlFormHostItem-Member
Microsoft.Office.InfoPath-Namespace