SPMobileBaseTextField.FieldValidatorControl - Propriété
Obtient le contrôle du validateur pour le champ.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overridable ReadOnly Property FieldValidatorControl As SPMobileFieldValidator
Get
'Utilisation
Dim value As SPMobileFieldValidator
value = Me.FieldValidatorControl
protected virtual SPMobileFieldValidator FieldValidatorControl { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Mobile.WebControls.SPMobileFieldValidator
SPMobileFieldValidator qui valide la valeur de ce champ.
Remarques
L'implémentation par défaut retourne juste une référence Null (Rien dans Visual Basic), donc vous devez le substituer dans une classe dérivée.