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

Return value

Type: System.Runtime.Remoting.ObjRef

See also

Reference

XmlFormHostItem class

XmlFormHostItem members

Microsoft.Office.InfoPath namespace