XmlFormHostItem.RemoteCast Method (Microsoft.Office.InfoPath)
This method is reserved for internal use 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
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<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)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name="FullTrust")]
protected RemoteArgument RemoteCast (
string canonicalName
)
Parameters
- canonicalName
See Also
Reference
XmlFormHostItem Class
XmlFormHostItem Members
Microsoft.Office.InfoPath Namespace