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.