IInfoPathViewControl.DataType-Eigenschaft
Ruft den Datentyp eines Steuerelements in der Ansicht ab.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
<DispIdAttribute(1610678277)> _
ReadOnly Property DataType As String
Dim instance As IInfoPathViewControl
Dim value As String
value = instance.DataType
[DispIdAttribute(1610678277)]
string DataType { get; }
Eigenschaftswert
Der Datentyp eines Steuerelements.
Hinweise
Eine Liste der in der Ansicht aufgezählten Steuerelemente (sofern vorhanden) finden Sie in der Beschreibung der GetControls-Methode der IInfoPathDataImporterFields-Schnittstelle.
Weitere Informationen zum programmgesteuerten Import von Daten in ein InfoPath-Formular finden Sie unter InfoPath Developer Portal im Microsoft Office Developer Center.
Siehe auch
Referenz
IInfoPathViewControl-Schnittstelle
IInfoPathViewControl-Member
Microsoft.Office.Interop.InfoPath-Namespace