XmlFormHostItem.RemoteCast Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Protected Function RemoteCast ( _
canonicalName As String _
) As RemoteArgument
'Usage
Dim canonicalName As String
Dim returnValue As RemoteArgument
returnValue = Me.RemoteCast(canonicalName)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
protected RemoteArgument RemoteCast(
string canonicalName
)
Parameters
- canonicalName
Type: System.String
Return Value
Type: System.AddIn.Contract.RemoteArgument