MobileProfilePropertyDetailsViewer.OnLoad 方法
处理Load事件。
命名空间: Microsoft.SharePoint.Portal.MobileControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
用法
Dim e As EventArgs
Me.OnLoad(e)
protected override void OnLoad(
EventArgs e
)
参数
e
类型:System.EventArgs事件的数据。
备注
此重写获取与当前的Page相关联的配置文件的属性,然后将SPMobileLabel控件的每个属性添加到MobileProfilePropertyDetailsViewer。
如果没有用户配置文件属性,将不会显示该控件。
另请参阅
引用
MobileProfilePropertyDetailsViewer 类