次の方法で共有


ManagedObjectWrapper コンストラクター

定義

オーバーロード

ManagedObjectWrapper(Object)

[セキュリティ クリティカル]内部使用のために予約されています。

ManagedObjectWrapper(Object, Boolean)

[セキュリティ クリティカル]内部使用のために予約されています。

ManagedObjectWrapper(Object)

[セキュリティ クリティカル]内部使用のために予約されています。

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)

パラメーター

innerHostItem
Object

適用対象

ManagedObjectWrapper(Object, Boolean)

[セキュリティ クリティカル]内部使用のために予約されています。

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)

パラメーター

innerHostItem
Object
client
Boolean

適用対象