Freigeben über


ChoiceFormatType-Enumeration

Eine Enumeration, die angibt, wie die Optionen für die Auswahlmöglichkeiten in einem Auswahlfeld angezeigt werden.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Enumeration ChoiceFormatType
'Usage
Dim instance As ChoiceFormatType
public enum ChoiceFormatType

Member

Membername Beschreibung
Dropdown Ein Dropdown-Listenfeld.
RadioButtons Optionsfelder (auch als Optionsschaltflächen bezeichnet).

Hinweise

Diese Enumeration im Client-Objektmodell entspricht der SPChoiceFormatType -Enumeration im Serverobjektmodell.

Siehe auch

Referenz

Microsoft.SharePoint.Client-Namespace