Compartilhar via


SPMobileChoiceField.ChoiceOptionTexts property

Obtém os possíveis valores do campo como coleção de seqüências de caracteres.

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

Syntax

'Declaração
Protected Overridable ReadOnly Property ChoiceOptionTexts As StringCollection
    Get
'Uso
Dim value As StringCollection

value = Me.ChoiceOptionTexts
protected virtual StringCollection ChoiceOptionTexts { get; }

Property value

Type: System.Collections.Specialized.StringCollection
Os possíveis valores do campo de escolha.

Comentários

Opções são truncadas porque eles excederem o limite de renderização também estão incluídas.

Ver também

Referência

SPMobileChoiceField class

SPMobileChoiceField members

Microsoft.SharePoint.Mobile.WebControls namespace