Upravit

Sdílet prostřednictvím


ManagedObjectWrapper Constructors

Definition

Overloads

ManagedObjectWrapper(Object)

[SECURITY CRITICAL] Reserved for internal use.

ManagedObjectWrapper(Object, Boolean)

[SECURITY CRITICAL] Reserved for internal use.

ManagedObjectWrapper(Object)

[SECURITY CRITICAL] Reserved for internal use.

public:
 ManagedObjectWrapper(System::Object ^ innerHostItem);
public ManagedObjectWrapper (object innerHostItem);
new Microsoft.Office.InfoPath.ManagedObjectWrapper : obj -> Microsoft.Office.InfoPath.ManagedObjectWrapper
Public Sub New (innerHostItem As Object)

Parameters

innerHostItem
Object

Applies to

ManagedObjectWrapper(Object, Boolean)

[SECURITY CRITICAL] Reserved for internal use.

public:
 ManagedObjectWrapper(System::Object ^ innerHostItem, bool client);
public ManagedObjectWrapper (object innerHostItem, bool client);
new Microsoft.Office.InfoPath.ManagedObjectWrapper : obj * bool -> Microsoft.Office.InfoPath.ManagedObjectWrapper
Public Sub New (innerHostItem As Object, client As Boolean)

Parameters

innerHostItem
Object
client
Boolean

Applies to