Compartilhar via


SPFieldChoice.FieldRenderingControl property

Obtém o controle do tipo de campo é usado para renderizar o campo.

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

Syntax

'Declaração
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
    Get
'Uso
Dim instance As SPFieldChoice
Dim value As BaseFieldControl

value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }

Property value

Type: Microsoft.SharePoint.WebControls.BaseFieldControl
Um objeto BaseFieldControl que representa o controle.

Ver também

Referência

SPFieldChoice class

SPFieldChoice members

Microsoft.SharePoint namespace