FieldMultiChoice.Choices 屬性
取得或設定值,指定欄位中可供選取的值。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property Choices As String()
Get
Set
'用途
Dim instance As FieldMultiChoice
Dim value As String()
value = instance.Choices
instance.Choices = value
public string[] Choices { get; set; }
屬性值
類型:[]
傳回代表所使用的欄位中選取值String執行個體。
備註
與其他顯示的文字,不同的選擇值不支援多語系使用者介面 (MUI)。它們永遠顯示在網站的預設語言。