Compartilhar via


SPMobileChoiceField.ChoiceField property

Obtém o campo que está processando o controle SPMobileChoiceField .

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

Syntax

'Declaração
Public Overridable ReadOnly Property ChoiceField As SPFieldChoice
    Get
'Uso
Dim instance As SPMobileChoiceField
Dim value As SPFieldChoice

value = instance.ChoiceField
public virtual SPFieldChoice ChoiceField { get; }

Property value

Type: Microsoft.SharePoint.SPFieldChoice
Um SPFieldChoice que representa o campo que está sendo processado.

Comentários

Código de chamada deve usar essa propriedade em vez da propriedade herdada Field porque já foi feita a conversão de SPField para SPFieldChoice .

Ver também

Referência

SPMobileChoiceField class

SPMobileChoiceField members

Microsoft.SharePoint.Mobile.WebControls namespace