XmlFormHostItem.CreateObjRef Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides MarshalByRefObject.CreateObjRef(Type).
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public Overrides Function CreateObjRef ( _
requestedType As Type _
) As ObjRef
'Usage
Dim instance As XmlFormHostItem
Dim requestedType As Type
Dim returnValue As ObjRef
returnValue = instance.CreateObjRef(requestedType)
public override ObjRef CreateObjRef(
Type requestedType
)
Parameters
- requestedType
Type: System.Type
Return Value
Type: System.Runtime.Remoting.ObjRef