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