This document is archived and information here might be outdated. Recommended version. |
Checks the validity of a field.
[Visual Basic .NET] Public Sub ValidateField ( _ ByVal FieldIndex As Integer, _ ByVal inputFields As IFields, _ ByRef error As IEnumFieldError, _ ByRef fixedFields As IFields _ )
[C#] public void ValidateField ( int FieldIndex, IFields inputFields, ref IEnumFieldError error, ref IFields fixedFields );
[C++]
HRESULT ValidateField(
long FieldIndex,
IFields* inputFields,
IEnumFieldError** error,
IFields** fixedFields
);
[C++] Parameters FieldIndex [in]
FieldIndex is a parameter of type long inputFields [in]
inputFields is a parameter of type IFields* error [out]
error is a parameter of type IEnumFieldError** fixedFields [out]
fixedFields is a parameter of type IFields**