BaseFieldControl.OnLoad 方法

表示处理LoadFieldMetadata对象的事件的方法。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
用法
Dim e As EventArgs

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

参数

备注

此外,默认实现将设置Value为值ItemFieldValue,前提是Valueset访问器已被重写。它还隐藏字段中注册的列表架构版本。

另请参阅

引用

BaseFieldControl 类

BaseFieldControl 成员

Microsoft.SharePoint.WebControls 命名空间

其他资源

Patterns of Custom Field Rendering

Custom Field Types

Walkthrough: Creating a Custom Field Type