FieldUrl.DisplayFormat 属性
获取或设置在指针不再放置在菜单上之后显示动态菜单的持续时间,以毫秒为单位。
命名空间: 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 DisplayFormat As UrlFieldFormatType
Get
Set
用法
Dim instance As FieldUrl
Dim value As UrlFieldFormatType
value = instance.DisplayFormat
instance.DisplayFormat = value
public UrlFieldFormatType DisplayFormat { get; set; }
属性值
类型:Microsoft.SharePoint.Client.UrlFieldFormatType
返回表示字段中的值的显示格式的UrlFieldFormatType实例。
异常
异常 | 条件 |
---|---|
[Microsoft.SharePoint.SPException] | 服务器不允许更改的字段的属性。错误代码 ︰-2146232832。 |