: SPMobileBaseFieldControl.CreateControlForView (Método) (Microsoft.SharePoint.MobileControls)
Creates a control for rendering the field on a list view page.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Sintaxis
'Declaración
Protected Overridable Function CreateControlForView As MobileControl
'Uso
Dim returnValue As MobileControl
returnValue = Me.CreateControlForView
protected virtual MobileControl CreateControlForView ()
Valor devuelto
A MobileControl that renders the field on a list view page.
Comentarios
The default implementation calls either CreateControlAsLink or CreateControlAsLabel, depending on whether NeedLinkRendering is true.
Vea también
Referencia
SPMobileBaseFieldControl (Clase)
SPMobileBaseFieldControl (Miembros)
Microsoft.SharePoint.MobileControls (Espacio de nombres)