Compartilhar via


SPMobileItemFieldIterator.IsCustomizedRender property

Obtém ou define o valor se o controle é considerado renderização personalizada ou não, substituir processa.

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Property IsCustomizedRender As Boolean
    Get
    Set
'Uso
Dim value As Boolean

value = Me.IsCustomizedRender

Me.IsCustomizedRender = value
protected bool IsCustomizedRender { get; set; }

Property value

Type: System.Boolean
Um valor booleano que indica se o processamento de controle personalizado.

Ver também

Referência

SPMobileItemFieldIterator class

SPMobileItemFieldIterator members

Microsoft.SharePoint.Mobile.WebControls namespace