SPMobileLookupField 类
在移动页上,呈现方式所对应的页面如新建、 编辑或显示的类型的查阅字段。
继承层次结构
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
Microsoft.SharePoint.Mobile.WebControls.SPMobileFieldMetaData
Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseChoiceField
Microsoft.SharePoint.Mobile.WebControls.SPMobileChoiceField
Microsoft.SharePoint.Mobile.WebControls.SPMobileLookupField
Microsoft.SharePoint.Mobile.WebControls.SPMobileMultipleLookupField
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileLookupField _
Inherits SPMobileChoiceField
用法
Dim instance As SPMobileLookupField
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileLookupField : SPMobileChoiceField
备注
查阅字段是选择字段中的选项是一些其他列表中的字段 (列) 中的值。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。