Share via


ManagedObjectWrapper Constructor (Object, Boolean) (Microsoft.Office.InfoPath)

This constructor 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
Public Sub New ( _
    innerHostItem As Object, _
    client As Boolean _
)
'Usage
Dim innerHostItem As Object
Dim client As Boolean

Dim instance As New ManagedObjectWrapper(innerHostItem, client)
public ManagedObjectWrapper (
    Object innerHostItem,
    bool client
)

Parameters

  • innerHostItem
  • client

See Also

Reference

ManagedObjectWrapper Class
ManagedObjectWrapper Members
Microsoft.Office.InfoPath Namespace