XmlFormHostItem.SetReflectedType-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die Verwendung direkt von Ihrem Code aus vorgesehen.
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
)
Parameter
- reflectedType
Typ: System.Type
- reflectedObject
Typ: System.Object