Partager via


MobileAverageRatingField.CreateControlAsLabel - Méthode

Crée un contrôle Label qui a sa propriété text la valeur du champ.

Espace de noms :  Microsoft.SharePoint.Portal.MobileControls
Assembly :  Microsoft.SharePoint.Portal (dans Microsoft.SharePoint.Portal.dll)

Syntaxe

'Déclaration
Protected Overrides Function CreateControlAsLabel As MobileControl
'Utilisation
Dim returnValue As MobileControl

returnValue = Me.CreateControlAsLabel()
protected override MobileControl CreateControlAsLabel()

Valeur renvoyée

Type : System.Web.UI.MobileControls.MobileControl
Un contrôle Label qui a sa propriété text la valeur du champ.

Remarques

Cette méthode crée un contrôle Label pour afficher la valeur de MobileAverageRatingField sur un périphérique mobile.

Voir aussi

Référence

MobileAverageRatingField classe

MobileAverageRatingField - Membres

Microsoft.SharePoint.Portal.MobileControls - Espace de noms