XmlFormHostItem.GetHostObject-Methode
Dieser Member hat ein SecurityCriticalAttribute-Attribut. Dadurch ist er auf die interne Verwendung durch die Klassenbibliothek von .NET Framework for Silverlight beschränkt. Anwendungscode, in dem dieser Member verwendet wird, löst eine MethodAccessException-Ausnahme aus.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
<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)
[SecurityCriticalAttribute]
protected Object GetHostObject(
string primaryType,
string cookie
)
Parameter
- primaryType
Typ: System.String
- cookie
Typ: System.String
Rückgabewert
Typ: System.Object
Gibt Object zurück.