SPMobileEventsSaveNavigation 类
呈现可单击的控件,在"创建事件"或"编辑事件"窗体保存移动网站上的事件。
继承层次结构
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
Microsoft.SharePoint.Mobile.WebControls.SPMobileNavigation
Microsoft.SharePoint.Mobile.WebControls.SPMobileButtonNavigation
Microsoft.SharePoint.Mobile.WebControls.SPMobileCancelNavigation
Microsoft.SharePoint.Mobile.WebControls.SPMobileSaveNavigation
Microsoft.SharePoint.Mobile.WebControls.SPMobileEventsSaveNavigation
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileEventsSaveNavigation _
Inherits SPMobileSaveNavigation
用法
Dim instance As SPMobileEventsSaveNavigation
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileEventsSaveNavigation : SPMobileSaveNavigation
备注
控件的可视外观取决于移动设备的功能。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。