XmlFormHostItem Constructor
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> _
Public Sub New ( _
initArgs As IRemoteArgumentArrayContract _
)
'Usage
Dim initArgs As IRemoteArgumentArrayContract
Dim instance As New XmlFormHostItem(initArgs)
[SecurityCriticalAttribute]
public XmlFormHostItem(
IRemoteArgumentArrayContract initArgs
)