XmlFormHostItem.SetReflectedType Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Protected Sub SetReflectedType ( _
reflectedType As Type, _
reflectedObject As Object _
)
'Usage
Dim reflectedType As Type
Dim reflectedObject As Object
Me.SetReflectedType(reflectedType, _
reflectedObject)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
protected void SetReflectedType(
Type reflectedType,
Object reflectedObject
)
Parameters
- reflectedType
Type: System.Type
- reflectedObject
Type: System.Object