次の方法で共有


XmlFormHostItem.GetHostObject メソッド

このメソッドは、内部の使用に予約されています。コードから直接使用するためのものではありません。

名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (microsoft.office.infopath.dll 内)

構文

'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<SecurityCriticalAttribute> _
Protected Function GetHostObject ( _
    primaryType As String, _
    cookie As String _
) As Object
'使用
Dim primaryType As String
Dim cookie As String
Dim returnValue As Object

returnValue = Me.GetHostObject(primaryType, cookie)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[SecurityCriticalAttribute] 
protected Object GetHostObject (
    string primaryType,
    string cookie
)

パラメータ

  • primaryType
  • cookie

関連項目

参照

XmlFormHostItem クラス
XmlFormHostItem のメンバ
Microsoft.Office.InfoPath 名前空間