SPMobileComputedField class
Processa, em uma página móvel, um campo cujo valor é calculado em tempo de execução.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
Microsoft.SharePoint.Mobile.WebControls.SPMobileFieldMetaData
Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseTextField
Microsoft.SharePoint.Mobile.WebControls.SPMobileComputedField
Microsoft.SharePoint.Mobile.WebControls.SPMobileImageSizeSpecificField
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileComputedField _
Inherits SPMobileBaseTextField
'Uso
Dim instance As SPMobileComputedField
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileComputedField : SPMobileBaseTextField
Comentários
Esse controle processa o valor de um objeto SPFieldComputed . Normalmente é o valor da propriedade SPFieldComputed.FieldRenderingMobileControl .
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.