Modifica

Condividi tramite


IInfoPathViewControl.DataType Property

Definition

Gets the data type of a control in the view.

public:
 property System::String ^ DataType { System::String ^ get(); };
public string DataType { get; }
member this.DataType : string
Public ReadOnly Property DataType As String

Property Value

The data type of the control.

Remarks

For a list of controls that are enumerated in the view, if present, see the GetControls(IEnumUnknown) method of the IInfoPathDataImporterFields interface.

For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer PortalMicrosoft Office Developer Center.

Applies to