Freigeben über


XmlFormHostItem.GetHostObject-Methode

Diese Methode wird für die interne Verwendung reserviert und ist nicht für die direkte Verwendung in Code bestimmt.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<SecurityCriticalAttribute> _
Protected Function GetHostObject ( _
    primaryType As String, _
    cookie As String _
) As Object
'Usage
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
)

Parameter

  • primaryType
  • cookie

Siehe auch

Referenz

XmlFormHostItem-Klasse
XmlFormHostItem-Member
Microsoft.Office.InfoPath-Namespace