共用方式為


SPFieldMultiChoice.Choices property

取得 multichoice] 欄位中所用的選擇。

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

Syntax

'宣告
Public ReadOnly Property Choices As StringCollection
    Get
'用途
Dim instance As SPFieldMultiChoice
Dim value As StringCollection

value = instance.Choices
public StringCollection Choices { get; }

Property value

Type: System.Collections.Specialized.StringCollection
代表選項的集合。

備註

與其他顯示的文字,不同的是一種選擇的值不支援多語系使用者介面 (MUI)。他們一律顯示在網站的預設語言。

請參閱

參照

SPFieldMultiChoice class

SPFieldMultiChoice members

Microsoft.SharePoint namespace