del método SPMobileCalculatedField.CreateControlAsLabel
Crea un control de etiqueta que tiene el valor del campo de su texto.
Espacio de nombres: Microsoft.SharePoint.Mobile.WebControls
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Protected Overrides Function CreateControlAsLabel As Label
'Uso
Dim returnValue As Label
returnValue = Me.CreateControlAsLabel()
protected override Label CreateControlAsLabel()
Valor devuelto
Tipo: Microsoft.SharePoint.Mobile.Controls.Label
MobileControl que representa el valor del campo como un control label.