XmlFormHostItem.. Method
This member has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses this member throws a MethodAccessException.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
<SecurityCriticalAttribute> _
<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)> _
Private Sub FinishInitialization
Implements IEntryPointContract.FinishInitialization
'Usage
Dim instance As XmlFormHostItem
CType(instance, IEntryPointContract).FinishInitialization()
[SecurityCriticalAttribute]
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)]
void IEntryPointContract.FinishInitialization()
Implements
IEntryPointContractFinishInitialization()