ManagedObjectWrapper.RemoteCast Method
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Reserved for internal use.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public Function RemoteCast ( _
canonicalName As String _
) As RemoteArgument
'Usage
Dim instance As ManagedObjectWrapper
Dim canonicalName As String
Dim returnValue As RemoteArgument
returnValue = instance.RemoteCast(canonicalName)
public RemoteArgument RemoteCast(
string canonicalName
)
Parameters
- canonicalName
Type: System.String
Return Value
Type: System.AddIn.Contract.RemoteArgument
Returns RemoteArgument.
Implements
IRemoteObjectContract.RemoteCast(String)