FieldChoice.EditFormat 属性

确定是否显示选项字段,为选项按钮 (也称为"单选按钮") 或下拉列表。

命名空间:  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 EditFormat As ChoiceFormatType
    Get
    Set
用法
Dim instance As FieldChoice
Dim value As ChoiceFormatType

value = instance.EditFormat

instance.EditFormat = value
public ChoiceFormatType EditFormat { get; set; }

属性值

类型:Microsoft.SharePoint.Client.ChoiceFormatType
一个值,指定的格式类型。

另请参阅

引用

FieldChoice 类

FieldChoice 成员

Microsoft.SharePoint.Client 命名空间