SPFieldNumber.FieldRenderingControl - Propriété
Obtient le contrôle de type de champ utilisé pour restituer le champ.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
Get
'Utilisation
Dim instance As SPFieldNumber
Dim value As BaseFieldControl
value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }
Valeur de propriété
Type : Microsoft.SharePoint.WebControls.BaseFieldControl
Un objet BaseFieldControl qui représente le contrôle.