SPBusinessDataField.FieldRenderingMobileWebControl property
FieldRenderingMobileWebControl: Essa propriedade retorna o controle de renderização de campo para dispositivos móveis.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides ReadOnly Property FieldRenderingMobileWebControl As SPMobileBaseFieldControl
Get
'Uso
Dim instance As SPBusinessDataField
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileWebControl
public override SPMobileBaseFieldControl FieldRenderingMobileWebControl { get; }
Property value
Type: Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
Um objeto SPMobileBaseFieldWebControl que representa o controle.